home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / hp48-int < prev    next >
Internet Message Format  |  1995-03-31  |  185KB

  1. From comp.sys.handhelds Fri May 24 22:54:27 1991
  2. Path: seq!ecsgate!mcnc!gatech!bloom-beacon!mintaka!olivea!apple!portal!cup.portal.com!Jake-S
  3. From: Jake-S@cup.portal.com (Jake G Schwartz)
  4. Newsgroups: comp.sys.handhelds
  5. Subject: Newly Revised HP48 Internals Address List 5-20-91
  6. Message-ID: <42508@cup.portal.com>
  7. Date: 20 May 91 02:23:15 GMT
  8. Organization: The Portal System (TM)
  9. Lines: 43
  10.  
  11.  
  12.   Newly Revised (and final??????) HP48 Internals Address List 
  13.                  
  14.                    (1) Sorted by Object Type and Function
  15.                    (2) Sorted by Increasing Address
  16.  
  17.         Including still more contributions from Paul Dale and Rick Grevelle
  18.                               May 20, 1991
  19.  
  20.  
  21. Here is the latest list of HP48 internals addresses and short descriptions.
  22. Two recent contributions from Paul Dale and Rick Grevelle prompted this
  23. edition.
  24.  
  25. Some changes to the format have been made to the object/function sort list.
  26. I finally gave in to some arm-twisting and separated out the prefixed code
  27. entry points into a separate section of the list. This section is clearly
  28. marked as such. It has been slimmed down by combining the multiple defi-
  29. nitions of the prefixed code wherever possible into a single description.
  30. Also, regular HP48 command names are in all caps, all stack contents lists
  31. are listed from highest to lowest stack level order, the underscores between
  32. words have been eliminated and the word "short" has been replaced everywhere
  33. in this section by "System Binary". I feel this section is now much more
  34. readable and compact. In addition, all the "author symbols" have been 
  35. eliminated here (in the prefixed code section) due to the mixing of the
  36. material to yield a best description for each entry. 
  37.      The listing of all remaining prefixed code entry points which have not 
  38. yet been unraveled has been left in the list sorted by address. In this 
  39. list, no format changes were made, except that each prefixed address has 
  40. been identified by a capital "P" following the author symbol and immediately 
  41. before the definition. We now have approximately 800 prefixed addresses 
  42. understood. Perhaps with the release of HP's system-RPL documentation in the 
  43. near future, this list will no longer be necessary. Time will tell. I would 
  44. like to thank the prime contributors to this list for all the efforts they 
  45. put in to make this a worthwhile project. Thanks go out to Jan Brittenson, 
  46. Derek Nickel, Jim Cloos, Paul Dale and Rick Grevelle.
  47.  
  48. Once again, each version of the address list itself is separated into 
  49. multiple parts since it is so large.
  50.  
  51. Jake Schwartz
  52.  
  53. P.S. - Please be patient....all the pieces may not be present immediately.
  54.  
  55. From comp.sys.handhelds Fri May 24 22:57:33 1991
  56. Path: seq!ecsgate!mcnc!gatech!ncar!elroy.jpl.nasa.gov!usc!apple!portal!cup.portal.com!Jake-S
  57. From: Jake-S@cup.portal.com (Jake G Schwartz)
  58. Newsgroups: comp.sys.handhelds
  59. Subject: List sorted by address part 1 of 4
  60. Message-ID: <42525@cup.portal.com>
  61. Date: 20 May 91 11:50:38 GMT
  62. References: <42508@cup.portal.com>
  63. Organization: The Portal System (TM)
  64. Lines: 1711
  65.  
  66.  
  67.    HP48SX Internal Address List sorted in increasing address order
  68.                               5/20/91
  69. ------------------------------------------------------------------------
  70.                          Author/Symbol Key:
  71.  
  72.    : or =  Jan Brittenson                 (RAM) - Address is in RAM
  73.    -       Rick Grevelle        (in hidden ROM) - Address is in the 32K ROM
  74.    ;       Jim Cloos                              page hidden below built-in
  75.    ^       Paul Dale                              RAM (70000-7FFFF) 
  76.   blank    Derek Nickel                      MC - Machine Code
  77.    /U      HP USRLIB built-in names         TOS - Top of Stack
  78.  
  79.    "P"     means Prefixed Code entry point
  80.  
  81. Addresses with a dash and no definition are prefixed code entry points
  82. (as identified by Rick Grevelle) whose functions have yet to be understood.
  83. ------------------------------------------------------------------------
  84. 00100   [DON Ofs2 Ofs1 Ofs0] Disp On, Bit Offset
  85. 00100:  display_IO
  86. 00101   [Con3 Con2 Con1 Con0] Contrast
  87. 00102   [VDIG LID TRIM Con4] Disp Test (VDIG,LID,TRIM should be 0) & Contrast
  88. 00104   16 bit hardware CRC
  89. 0011F:  7_or_f_map
  90. 00138   hardware timer
  91. 00138:  clock
  92. 0045C:  intr_save_offset
  93. 004EA:  keybuf
  94. 00D57:  kbflush
  95. 00D71-P
  96. 01160:  do_in.4
  97. 0172B-P
  98. 01E5E-P
  99. 01F53-P
  100. 01F6D-P  cllcd_(status_&_stack_area)
  101. 01FA7-P  cllcd_(entire_display)
  102. 02248   move #100,c.a / config
  103. 028FC   Enter Machine Code (for RPL Objects)
  104. 028FC:  Type
  105. 02911   System Binary
  106. 02911:  type_Address
  107. 02911;  /U #
  108. 02933   Real Number
  109. 02933:  type_Real
  110. 02933;  /U %
  111. 02955   Long Real
  112. 02955:  type_LReal
  113. 02955;  /U %%
  114. 02977   Complex Number
  115. 02977:  type_Complex
  116. 02977;  /U C%
  117. 0299D   Long Complex
  118. 0299D:  type_LComplex
  119. 0299D;  /U C%%
  120. 029BF   Character
  121. 029BF:  type_Char
  122. 029BF;  /U CHR
  123. 029E8   Array
  124. 029E8:  type_Array
  125. 029E8;  /U ARRY
  126. 02A0A   Linked Array
  127. 02A0A:  type_Arr_Linked
  128. 02A0A;  /U LNKARRY
  129. 02A2C   String
  130. 02A2C:  type_String
  131. 02A2C;  /U $
  132. 02A4E   Binary Integer
  133. 02A4E:  type_Binary
  134. 02A4E;  /U HXS
  135. 02A74   List
  136. 02A74:  type_List
  137. 02A74;  /U {
  138. 02A96   Directory
  139. 02A96:  type_Directory
  140. 02A96;  /U DIR
  141. 02AB8   Algebraic
  142. 02AB8:  type_Algebraic
  143. 02AB8;  /U DOSYMB
  144. 02ADA   Unit
  145. 02ADA:  type_Unit
  146. 02ADA;  /U UNIT
  147. 02AFC   Tagged
  148. 02AFC:  type_Tagged
  149. 02AFC;  /U TAG
  150. 02B1E   Graphic
  151. 02B1E:  type_Graphic
  152. 02B1E;  /U GROB
  153. 02B40   Library
  154. 02B40:  type_Library
  155. 02B40;  /U LIB
  156. 02B62   Backup
  157. 02B62:  type_Backup
  158. 02B62;  /U BAK
  159. 02B88   Library Data
  160. 02B88:  type_Libdata
  161. 02B88;  /U DOEXT0
  162. 02BAA;  /U DOEXT1
  163. 02BCC;  /U DOEXT2
  164. 02BEE;  /U DOEXT3
  165. 02C10;  /U DOEXT4
  166. 02C28:  span10nib
  167. 02C49:  span21nib
  168. 02C6D:  span26nib
  169. 02C95:  span32nib
  170. 02CBC:  span47nib
  171. 02CE3:  spanbyte
  172. 02D04:  span5vector
  173. 02D2A:  span1thread
  174. 02D9D   Program
  175. 02D9D:  type_Program
  176. 02D9D;  /U ::
  177. 02DCC   Code
  178. 02DCC:  type_Code
  179. 02DCC;  /U CODE
  180. 02E48   Global Name
  181. 02E48:  type_Gname
  182. 02E48;  /U ID
  183. 02E6D   Local Name
  184. 02E6D:  type_Lname
  185. 02E6D;  /U LAM
  186. 02E92   XLIB Name
  187. 02E92:  type_Func
  188. 02E92:  type_Xname
  189. 02E92;  /U ROMPTR
  190. 02EFB:  spanname
  191. 02F28:  spanxlib
  192. 02F4C:  Get_val_Eval
  193. 02F6F-P
  194. 02FD6:  Getvalue_or_ErrUndef
  195. 02FEF:  GetXlib_or_ErrUndef
  196. 03012:  getinstr_2
  197. 03019   MC: skip next token
  198. 03019:  getinstr
  199. 0312B P End Marker
  200. 0312B-P end_composite_object
  201. 0312B:P End
  202. 0312B;P /U ;
  203. 03130   RPL RETURN
  204. 03130:  rpl_end
  205. 0314C P Internal DEPTH -> (1:System Binary)
  206. 0314C-P depth
  207. 0314C:P Depth
  208. 03188 P Internal DUP
  209. 03188-P dup_1any
  210. 03188:P Dup
  211. 031AC P Internal DUP2
  212. 031AC-P dup2_1any2any
  213. 031AC:P Dup2
  214. 031D9 P Internal DUPN (N:...,1:System Binary)
  215. 031D9-P dupn
  216. 031D9:P Dupn
  217. 03223 P Internal SWAP
  218. 03223-P swap
  219. 03223=P Swap
  220. 03244 P Internal DROP
  221. 03244-P drop
  222. 03244=P Drop
  223. 03258 P Internal DROP2
  224. 03258-P drop2
  225. 03258:P Drop2
  226. 0326E P Internal DROPN (1:System Binary)
  227. 0326E-P dropn
  228. 0326E=P Dropn
  229. 03295 P Internal ROT
  230. 03295-P rot
  231. 03295=P Rot
  232. 032C2 P Internal OVER
  233. 032C2-P over
  234. 032C2:P Over
  235. 032E2 P Internal PICK (N:...,1:System Binary)
  236. 032E2-P pick
  237. 032E2:P Pick
  238. 032F3:  pick_a_from_c
  239. 03325 P Internal ROLL (N:...,1:System Binary)
  240. 03325-P roll
  241. 03325:P Roll
  242. 03330:  roll_a_levels
  243. 0339E P Internal ROLLD (N:...,1:System Binary)
  244. 0339E-P rolld
  245. 0339E:P Rolld
  246. 033A9:  rolld_a_levels
  247. 03416   MC: garbage collect need 1 stack element
  248. 0341D   MC: garbage collect need C.A stack elements
  249. 03442-P con_1real2{shortshort}
  250. 03562-P size_(elements)_1array
  251. 0357C   MC: push A as new System Binary and continue RPL
  252. 0357C:  pusha_rplret_alt
  253. 0357F:  pusrr0_rplret_alt
  254. 03585:  rplret_3
  255. 0358F-P type_(real/complex)_1array
  256. 035A9-P size_(dimension)_1array
  257. 035A9=P Arrdims_listofshort
  258. 0363B^  <61441h>
  259. 03672   MC: restore registers, push A and continue RPL
  260. 03672:  restore_regs_pusha_ret
  261. 03685-P verify_existence_of_array_element_1array2{<><>}
  262. 0371D-P get_1array2short 
  263. 03826^  <A8241h>
  264. 03880^  <102A8h>
  265. 038DC^  <E13A8h>
  266. 039BE:  blkalloc_keep_c
  267. 03A81 P True
  268. 03A81-P external_true
  269. 03A81:P True
  270. 03A86:  pusha_rplret
  271. 03AC0 P False
  272. 03AC0-P external_false
  273. 03AC0:P False
  274. 03ADA-P xor_(boolean)_1external2external
  275. 03AF2 P Internal NOT (1:True/False)
  276. 03AF2-P not_(boolean)_1external
  277. 03AF2:P Not
  278. 03B06   MC: push False and continue RPL
  279. 03B06:  False_rplret
  280. 03B1A   MC: push True and continue RPL
  281. 03B2E P if TOS-1 = TOS (object addresses are the same) -> True/False
  282. 03B2E-P ==_(boolean)_1external2external
  283. 03B2E:P Identicalp
  284. 03B46 P if TOS-1 = False, then DROP TOS, else DROP TOS-1
  285. 03B46-P and_(boolean)_1external2external
  286. 03B46:P If_not_false
  287. 03B65:  setr0_rplret_alt2
  288. 03B68:  seta_rplret_alt2
  289. 03B75 P if TOS-1 = True, then DROP TOS, else DROP TOS-1
  290. 03B75-P or_(boolean)_1external2external
  291. 03B75:P DropLev2_ifTrue
  292. 03B97 P Internal SAME -> True/False
  293. 03B97-P same_(boolean)_1any2any
  294. 03C64-P prolog\->short_1list/program/algebraic/directory
  295. 03C64:P Type_to_short
  296. 03CA6 P if TOS = 0 (System Binary) -> True/False
  297. 03CA6-P not_(boolean)_1short
  298. 03CA6:P Nonzerop_short
  299. 03CC7 P if TOS != 0 (System Binary) -> True/False
  300. 03CC7-P <0h>_\=/_(boolean)_1short
  301. 03CC7:P Zerop_short
  302. 03CE4 P if TOS-1 < TOS (System Binary) -> True/False
  303. 03CE4-P <_(boolean)_1short2short
  304. 03CE4:P LessThan_short_short
  305. 03D19   if TOS-1 = TOS (System Binary) -> True/False
  306. 03D19-  ==_(boolean)_1short2short
  307. 03D19:  Equal_short_short
  308. 03D4E   if TOS-1 != TOS (System Binary) -> True/False
  309. 03D4E-  \=/_(boolean)_1short2short
  310. 03D4E:  NotEqual_short_short
  311. 03D83 P if TOS-1 > TOS (System Binary) -> True/False
  312. 03D83-P >_(boolean)_1short2short
  313. 03D83:P GreaterThan_short_short
  314. 03DBC P Internal + (2:System Binary,1:System Binary)
  315. 03DBC-P +_1short2short
  316. 03DBC:P Add_short
  317. 03DC7:  Push_A_and_rplret
  318. 03DE0 P Internal - (2:System Binary,1:System Binary)
  319. 03DE0-P -_1short2short
  320. 03DE0:P Sub_short
  321. 03DEF P Internal add one (1:System Binary)
  322. 03DEF-P <1h>_+_1short
  323. 03DEF:P Inc_short
  324. 03E0E P Internal subtract one (1:System Binary)
  325. 03E0E-P <1h>_-_1short
  326. 03E0E:P Dec_short
  327. 03E2D P Internal add two (1:System Binary)
  328. 03E2D-P <2h>_+_1short
  329. 03E2D:P Inc2_short
  330. 03E4E P Internal subtract two (1:System Binary)
  331. 03E4E-P <2h>_-_1short
  332. 03E4E:P Dec2_short
  333. 03E6F P Internal multiply by 2 (1:System Binary)
  334. 03E6F-P <2h>_*_1short
  335. 03E6F:P Mul2_short
  336. 03E8E P Internal divide by 2 (1:System Binary)
  337. 03E8E-P <2h>_/_1short2short
  338. 03E8E:P Div2_short
  339. 03EB1 P Internal AND (2:System Binary,1:System Binary)
  340. 03EB1-P and_1short2short
  341. 03EB1:P And_short_short
  342. 03EC2 P Internal * (2:System Binary,1:System Binary)
  343. 03EC2-P *_1short2short
  344. 03ED9:  Mul_short_short_loop
  345. 03EE5:  Mul_short_short_done
  346. 03EF7 P Internal / (2:System Binary,1:System Binary) -> (2:rem,1:div)
  347. 03EF7-P /_1short2short
  348. 03F14:  shortpushR0R1_rplret
  349. 03F5D   MC: pop TOS-1 and TOS (System Binary) -> A.A and C.A
  350. 03F5D:  get2shorts
  351. 03F8B   push Real Number prolog <2933h>
  352. 03F8B:  Short__type_Real
  353. 03F8B^  <2933h>
  354. 03F95   push Complex Number prolog <2977h>
  355. 03F95:  Short__type_Complex
  356. 03F95^  <2977h>
  357. 03F9F   push List prolog <2A74h>
  358. 03F9F:  Short__type_List
  359. 03F9F^  <2A74h>
  360. 03FA9   push Global Name prolog <2E48h>
  361. 03FA9:  Short__type_Gname
  362. 03FA9^  <2E48h>
  363. 03FB3   push Program prolog <2D9Dh>
  364. 03FB3:  Short__type_Program
  365. 03FB3^  <2D9Dh>
  366. 03FBD   push Algebraic prolog <2AB8h>
  367. 03FBD:  Short__type_Algebraic
  368. 03FBD^  <2AB8h>
  369. 03FC7   push Directory prolog <2A96h>
  370. 03FC7:  Short__type_Directory
  371. 03FC7^  <2A96h>
  372. 03FD1   push Local Name prolog <2E6Dh>
  373. 03FD1:  Short__type_Lname
  374. 03FD1^  <2E6Dh>
  375. 03FDB   push Long Real prolog <2955h>
  376. 03FDB:  Short__type_LReal
  377. 03FDB^  <2955h>
  378. 03FE5   push Unit prolog <2ADAh>
  379. 03FE5:  Short__type_Unit
  380. 03FE5^  <2ADAh>
  381. 03FEF   <0h>
  382. 03FEF:  Short_0
  383. 03FF9   <1h>
  384. 03FF9:  Short_1
  385. 04003   <2h>
  386. 04003=  Short_2
  387. 0400D   <3h>
  388. 0400D=  Short_3
  389. 04017   <4h>
  390. 04017=  Short_4
  391. 04021   <5h>
  392. 04021=  Short_5
  393. 0402B   <6h>
  394. 0402B=  Short_6
  395. 04035   <7h>
  396. 04035=  Short_7
  397. 0403F   <8h>
  398. 0403F:  Short_8
  399. 04049   <9h>
  400. 04049:  Short_9
  401. 04053   <Ah>
  402. 04053=  Short_0ah
  403. 0405D   <Bh>
  404. 0405D=  Short_0bh
  405. 04067   <Ch>
  406. 04067:  Short_0ch
  407. 04071   <Dh>
  408. 04071:  Short_0dh
  409. 0407B   <Eh>
  410. 0407B=  Short_0eh
  411. 04085   <Fh>
  412. 04085:  Short_0fh
  413. 0408F   <10h>
  414. 0408F:  Short_10h
  415. 04099   <11h>
  416. 04099=  Short_11h
  417. 040A3   <12h>
  418. 040A3=  Short_12h
  419. 040AD   <13h>
  420. 040AD:  Short_13h
  421. 040B7   <14h>
  422. 040B7:  Short_14h
  423. 040C1   <15h>
  424. 040C1:  Short_15h
  425. 040CB   <16h>
  426. 040CB:  Short_16h
  427. 040D5   <17h>
  428. 040D5:  Short_17h
  429. 040DF   <18h>
  430. 040DF:  Short_18h
  431. 040E9   <19h>
  432. 040E9:  Short_19h
  433. 040F3   <1Ah>
  434. 040F3=  Short_1ah
  435. 040FD   <1Bh>
  436. 040FD=  Short_1bh
  437. 04107   <1Ch>
  438. 04107:  Short_1ch
  439. 04111   <1Dh>
  440. 04111:  Short_1dh
  441. 0411B   <1Eh>
  442. 0411B=  Short_1eh
  443. 04125   <1Fh>
  444. 04125:  Short_1fh
  445. 0412F   <20h>
  446. 0412F:  Short_20h
  447. 04139   <21h>
  448. 04139=  Short_21h
  449. 04143   <22h>
  450. 04143=  Short_22h
  451. 0414D   <23h>
  452. 0414D:  Short_23h
  453. 04157   <24h>
  454. 04157:  Short_24h
  455. 04161   <25h>
  456. 04161:  Short_25h
  457. 0416B   <26h>
  458. 0416B:  Short_26h
  459. 04175   <27h>
  460. 04175:  Short_27h
  461. 0417F   <28h>
  462. 0417F:  Short_28h
  463. 04189   <29h>
  464. 04189:  Short_29h
  465. 04193   <2Ah>
  466. 04193=  Short_2ah
  467. 0419D   <2Bh>
  468. 0419D:  Short_2bh
  469. 041A7   Internal OFF
  470. 041A7=  Off
  471. 041ED-P off     
  472. 04546-P
  473. 04577-P 
  474. 04693:  save_regs_ref_4
  475. 04708-P key?_do
  476. 04714-P key? 
  477. 04714:P Lastkeyq
  478. 0477E:  poll_kbd
  479. 047B7:  clear_pollflag
  480. 047C7-P keyscan_1short
  481. 04912-P keywait
  482. 04A0B-P rcl_user_menu_name_as_global_1short(menu_number_<1h>_to_<6h>)
  483. 04A0B-P rcl_rom_menu_contents_(command)_1short_(menu_number_<1h>_to_<6h>)
  484. 04A0B-P rcl_rom_menu_contents_(directory)_1short(menu_number_<1h>_to_<6h>)
  485. 04A41-P rcl_user_menu_name_as_global_1short(menu_number_<1h>_to_<6h>)
  486. 04A41-P rcl_rom_menu_name_as_string_1short(menu_number_<1h>_to_<6h>)
  487. 04A4C-P sto_menu_name_1short(menu_number_<1h>_to_<6h>)2string
  488. 04A57-P 
  489. 04B15:  getmenu
  490. 04B76:  getmenuent
  491. 04CDC^  <72000h>
  492. 04CE6-P rcl_5_nibbles_@70673_as_short
  493. 04CE6:P Get_70673
  494. 04D0E-P sto_5_nibbles_@70673_1short
  495. 04D0E:P Set_70673
  496. 04D33-P clr_5_nibbles_@70673
  497. 04D33:P Clear_70673
  498. 04D3E-P move_055DF_to_@d1_(overwrites_level1_w/_null_string)_1any
  499. 04D43:  set_string_null
  500. 04D57-P drop_move_055DF_to_@d1_(drop_overwrite_level1_w/_null_string)_1any2any
  501. 04DD7-P split_short_1short      
  502. 04E07-P move_address_@70600_to_@d1_(overwrites_level1)
  503. 04E07:P Get_70600
  504. 04E37-P move_address_@d1_to_@70600_(stores_level1)
  505. 04E37:  Bind_70600
  506. 04E5E:P Inc_local_and_loop_ctrs
  507. 04EB8:P Eval_in_new_frameq
  508. 04ED1-P do errn @70673 (Last error code)
  509. 04FAA-P errn_006_power_lost     
  510. 04FB6 P Error: Insufficient Memory
  511. 04FB6-P errn_001_insufficient_memory    
  512. 04FB6:P Error_Insuff_mem
  513. 04FBB   MC: Error: Insufficient Memory
  514. 04FBB:  error_insuff_mem
  515. 04FC2-P errn_002_directory_recursion    
  516. 04FC2:P Error_Dir_Recursion
  517. 04FC7:  error_dir_recursion
  518. 04FCE-P errn_003_undefined_local_name   
  519. 04FCE:P Error_Undef_local
  520. 04FD3:  error_undef_local
  521. 04FDA-P errn_008_invalid_card_data      
  522. 04FDA:P Error_Inv_card_data
  523. 04FDF:  error_inv_card_data
  524. 04FE6-P errn_009_object_in_use  
  525. 04FE6:P Error_Obj_in_use
  526. 04FEB:  error_obj_in_use
  527. 04FF2-P errn_00a_port_not_available     
  528. 04FF2:P Error_Port_not_avail
  529. 04FF7:  error_port_not_avail
  530. 04FFE-P errn_00b_no_room_in_port        
  531. 04FFE:P Error_No_room_in_port
  532. 0500A-P errn_00c_object_not_in_port     
  533. 0500A:P Error_Obj_not_in_port
  534. 0500F:  error_obj_not_in_port
  535. 05016-P errn_004_undefined_xlib_name 
  536. 05016:P Error_Undef_xlib_name
  537. 0501B:  error_undef_xlib_name
  538. 0501E   MC: invoke error code in C
  539. 0501E:  disp_error_c_p
  540. 05023   MC: invoke error code in A.A
  541. 05023:  disp_error_a
  542. 05040-P on/attn_key_pressed?
  543. 05068-P  
  544. 05089 P Internal UVAL (1:Unit)
  545. 05089-P uval_(1_get)_1unit
  546. 05089=P RE_Unit
  547. 050ED-P string->character 
  548. 050ED:P FirstChar_of_string
  549. 05143   MC: Restore D,B,D1,D0 (C=D0), Clear Carry and continue RPL
  550. 05153:  SubList_2_toEnd
  551. 0516C:  SubString_2toEnd
  552. 05176:  Short_fffffh
  553. 0518A-P +_1string2string 
  554. 05193 P Internal + (2:String,1:String)
  555. 05193-P +_1string2string 
  556. 05193=P Add_string_string
  557. 0521F   Internal + (2:List,1:List)
  558. 0521F=  Add_list_list
  559. 0525B-P chr_1short2string 
  560. 052C6=  ToList1_Swap_AddList
  561. 052EE-P chr_1short2string  
  562. 052EE=P Add_char_to_string
  563. 052FA   Internal + (2:List,1:Any)
  564. 052FA=  Add_list_any
  565. 05331 P build composite object (N:...,2:System Binary,1:System Binary)
  566. 05331-P \->list_1short(prolog)2short(n)3any...nanyn+1anyn+2any
  567. 05331-P \->program_1short(prolog)2short(n)3any...nanyn+1anyn+2any
  568. 05331-P \->algebraic_1short(prolog)2short(n)3any...nanyn+1anyn+2any
  569. 05445   Internal ->PROGRAM (N:...,1:System Binary)
  570. 05445:  ToPrg
  571. 05459   Internal ->LIST (N:...,1:System Binary)
  572. 05459:  ToList
  573. 0546D   Internal ->ALGEBRAIC (N:...,1:System Binary)
  574. 0546D:  ToAlg
  575. 05481   Internal ->UNIT (M:...,1:System Binary)
  576. 054AF P explode composite object -> (N:...,1:System Binary)
  577. 054AF-P algebraic\->_1algebraic
  578. 054AF-P list\->_1list
  579. 054AF-P program\->_1program
  580. 054AF:P ListAlgPrgTo
  581. 0554C   GC & load D,B,D1,D0 (C=D0) / CC
  582. 05566:P Short_5_p_alt
  583. 05566-P null_string?
  584. 0556F-P null_string?
  585. 0556F:P Short_5_p
  586. 05574:  short_5_p
  587. 0558A:  settrue_if_CEqA_elseFalse
  588. 0558F:  settrue
  589. 055A3:  setfalse
  590. 055B7-P null_list?
  591. 055B7:P Short__End_p
  592. 055D5:  Binary_null             Template for Binaries
  593. 055DF   ""
  594. 055DF:  String_null             Template for Strings
  595. 055E9   { }
  596. 055E9:  List_empty              Template for Lists (empty list)
  597. 055F3:  Alg_empty               Template for Algebraics
  598. 05616-P size_(nibbles)_1string
  599. 05622 P SIZE of level 2 String -> System Binary
  600. 05622-P over_size_(bytes)_1any2string
  601. 05622:P Strlen_of_lev2
  602. 05636 P Internal SIZE (1:String) -> System Binary
  603. 05636-P size_(bytes)_1string
  604. 05636:P Strlen
  605. 0567B-P size_1list
  606. 0567B=P Size_listUnit
  607. 056B6 P Internal GET; object <Nh> -> N'th address in object
  608. 056B6-P get_1short2list
  609. 05733-P sub_(bytes)_1short2short3string
  610. 05733=P Substr_short_short
  611. 05815-P sub_(nibbles)_1short2short3string
  612. 05821-P sub_1short2short3list
  613. 05821=P Sub_Arr_Short_Short
  614. 05902-P size_(nibbles)_1any
  615. 05944 P Internal BYTES (non-ROM objects) -> (2:System Binary,1:Binary Integer)
  616. 05944-P bytes_1any
  617. 05944=P Crc_Nibbles
  618. 059CC-P short->binary
  619. 05A03 P Internal B->SB (1:Binary Integer)
  620. 05A03-P binary->short
  621. 05A03=P Bin_to_short
  622. 05A51-P character\->short       
  623. 05A51:P Char_to_short
  624. 05A75-P short\->character       
  625. 05A75:P Short_to_char
  626. 05AB3:  Copy_and_set_type
  627. 05ACC-P change_prolog_1short2any
  628. 05ACC:P Settype
  629. 05B15-P string\->global_1string
  630. 05B15:P Str_to_Global
  631. 05B79   MC: allocate string
  632. 05B79:  stralloc
  633. 05B88:  str_try_again
  634. 05BAD:  str_avail
  635. 05BE9 P name to string (1:Global Name/Local Name)
  636. 05BE9-P global\->string_1global
  637. 05BE9:P Name_to_string
  638. 05C27 P Internal R->C (2:Real Number,1:Real Number)
  639. 05C27-P r\->c
  640. 05C27:P Two_reals_to_complex
  641. 05C8A-P longreal\->longcomplex_1longreal2longreal
  642. 05C8A:P Two_lreals_to_lcomplex
  643. 05D2C P Internal C->R (1:Complex Number)
  644. 05D2C-P c\->r
  645. 05D2C:P Complex_to_reals
  646. 05DBC-P longcomplex\->longreal_1longcomplex
  647. 05DBC:P Lcomplex_to_lreals
  648. 05E81   Deep internal ->TAG (2:Any,1:String)
  649. 05E81:  StrTag
  650. 05E9F-P /->tag_1{global_any}    
  651. 05E9F:P Tag
  652. 05EC7   Internal OBJ-> (1:Tagged)
  653. 05EC7=  SplitTag
  654. 05EEA P change prolog of list element one to Global Name
  655. 05EEA-P dtag_1{tagged}
  656. 05EEA:P Zap_Gname
  657. 05F0F   GC Need 5 Nibbles
  658. 05F2E   Internal ->TAG (2:Any,1:Global Name/Local Name)
  659. 05F42 P RPL Garbage Collect
  660. 05F42-P force_memory_packing
  661. 05F61 P Internal MEM (nibbles free) -> (1:System Binary)
  662. 05F61-P mem
  663. 05F61:P Free_mem
  664. 05F91:  findobj
  665. 0613E   Garbage Collect & set D
  666. 064D6-P 
  667. 064E2-P  
  668. 06529:  shortpush_r0r1
  669. 06537   MC: push R0 as new System Binary
  670. 06537:  shortpush_r0
  671. 0657E^  <61441h>
  672. 065D9-P         
  673. 065E5-P  
  674. 06641   MC: pop TOS (System Binary) -> A.A
  675. 06641:  getshort
  676. 06657 P Internal NEWOB
  677. 06657-P newob
  678. 06657:P Copy
  679. 066B9:  blkcopy_descend
  680. 0670C   MC: block copy
  681. 0670C:  blkcopy
  682. 0679B   MC: save D0,D1,B,D (uses C,D0), clear carry
  683. 0679B:  save_regs
  684. 067D2   MC: restore D,B,D1,D0 (C=D0), clear carry
  685. 067D2:  restore_regs
  686. 06806   Let C = Space B/W RSTK & TOS
  687. 06806=  avail_mem
  688. 06A8E   Let C.A = C.A / 5
  689. 06A8E:  div5_c
  690. 06AD8   A=malloc(C Nibbles) ???
  691. 06AD8:  blkalloc
  692. 06AE3   A=malloc(C Nibbles)
  693. 06B00   A=malloc(B Nibbles) (C.A=free nibbles)
  694. 06B3E:P Dynamicp
  695. 06B4E-P 
  696. 06DDE-P  
  697. 06E8E   No Operation (continue RPL)
  698. 06E8E-  continue_rpl_(no_operation)
  699. 06E8E:  RE_Real
  700. 06E97 P Place next address on the stack, do not execute
  701. 06E97-P push_next_item_in_this_instruction_stream_to_stack_unevaluated
  702. 06E97:P Get_value
  703. 06EC9:  pushobj_a_rplret
  704. 06EEB-P push_next_item_in_previous_instruction_stream_to_stack_unevaluated
  705. 06F66-P eval_next_item_from_previous_instruction_steam_then_continue
  706. 06F8E   Internal EVAL (1:Any except Algebraic/List/Tagged)
  707. 06F8E-  eval_1any_(except_list_algebraic_tagged)
  708. 06F8E:  Eval
  709. 06F9F-P eval_1program
  710. 06F9F:P Eval_program
  711. 06FB7-  skip_remainder_of_previous_instruction_stream_&_continue
  712. 06FB7   iterate loop
  713. 06FBC   MC: iterate loop
  714. 06FBC:  iterate_loop
  715. 06FD1-P eval_next_item_in_this_instruction_stream_&_return
  716. 06FD1 P Return and execute the next token in this stream
  717. 06FD1:P Eval_prev_context
  718. 06FD6   MC: return and execute the next token in this stream
  719. 06FD6:  eval_and_ret
  720. 06FD6:  rpl_return
  721. 07012:P DupNextPrg
  722. 07012-P push_remainder_of_previous_instruction_stream_&_continue
  723. 0701F-P push_&_skip_remainder_previous_instruction_stream_&_continue
  724. 07035:  dupnextprg
  725. 070C3-P if_level3_true_then_drop_&_eval_else_swap_drop_&_eval_1any2any3external
  726. 070C3:P IfTrueFalse
  727. 070F5:  pop_rplret
  728. 070FD-P if_level2_true_then_eval_else_else_drop
  729. 0712A-P if_true_then_skip_next_item_in_this_instruction_stream_1external
  730. 0712A P if pop TOS = True, then skip next token
  731. 0712A:P Skip_if_True
  732. 0714D-P skip_next_item_in_this_instruction_stream
  733. 0714D:P Skip
  734. 07152   MC: skip next token and continue RPL
  735. 07152:  skip
  736. 0715C-P skip_next_2_items_in_this_instruction_stream
  737. 0715C P skip next two tokens
  738. 0715C:P Skip_Two
  739. 07161   MC: skip next two tokens and continue RPL
  740. 07161:  skip_two
  741. 0716B P set return to self
  742. 0716B:P Set_return_self
  743. 07170   MC: set return to self and continue RPL
  744. 07170:  set_return
  745. 0717B   MC: set return to A and continue RPL
  746. 0717B:  set_return_a
  747. 071A2 P loop
  748. 071A2-P do_until_(loop/test-clause_true_end)
  749. 071A2-P while_(test-clause_true_repeat_loop-clause_end)
  750. 071A2:P Loop
  751. 071AB-P abort_loop
  752. 071AB P exit loop
  753. 071B0   MC: exit loop
  754. 071B0:  exit_loop
  755. 071BE   MC: continue RPL
  756. 071BE:  rplret_5
  757. 071C8 P if pop TOS = False, then exit loop, else iterate loop
  758. 071C8-P end_1external_(do_(until)_loop/test-clause_true_end)
  759. 071C8-P until_(end)_1external
  760. 071C8:P Until_False
  761. 071CD   MC: if pop TOS = False, then exit loop, else iterate loop
  762. 071E5 P exit loop
  763. 071E5-P end
  764. 071EE P if pop TOS = False, then skip next two tokens and iterate
  765. 071EE-P repeat_1external_(while_test-clause_true_repeat_loop-clause_end)
  766. 071EE:P IfFalse_thenSkip2Iterate
  767. 07211   MC: skip next two tokens and iterate
  768. 07221 P push current loop counter as System Binary
  769. 07221-P rcl_current_loop_count
  770. 07221:P Loop_increment
  771. 07249-P rcl_n_(total_loop_passes)
  772. 07249:P Loop_counter
  773. 07258:P Loop_v1q
  774. 07264:P Loop_v2q
  775. 07270:P Set_loop_increment
  776. 07295:P Set_loop_counter
  777. 072AD:P Set_loop_v1q
  778. 072C2:P Set_loop_v2q
  779. 072D7   A=orig D0, C=ptr to loop info, D0=ptr to loop counter
  780. 072D7:  find_loopvars
  781. 072EC:  find_loopvar_3
  782. 07321-P 
  783. 07334 P next (internal loop)
  784. 07334-P next    
  785. 07334:P Next
  786. 073A5-P step_1short
  787. 073A5:P Step
  788. 073C3 P for 0 to (TOS)-1 (1:System Binary)
  789. 073C3-P start_0_to_n-1_1short
  790. 073C3:P Start_0or1_shortSub1
  791. 073CE P for 1 to (TOS)-1 (1:System Binary)
  792. 073CE-P start_1_to_n-1_1short
  793. 073CE:P Start_1_to_nSub1
  794. 073DB P for 1 to TOS (1:System Binary)
  795. 073DB-P start_1_to_n_1short_(7249=n+1)
  796. 073DB:P Start_1_shortSub1
  797. 073F7 P for TOS to (TOS-1)-1 (2:System Binary,1:System Binary)
  798. 073F7-P start_n(2)_to_n(1)_1short2short
  799. 073F7:P Start_short_short
  800. 07497-P purge_local(s)
  801. 074D0   store local variables (N:Any,...,1:List(of Local Names))
  802. 074D0:  ListAlgPrgTo_StoreLocals
  803. 074E4 P store local variables (M:Any,...N:Local Name,...1:System Binary)
  804. 074E4-P store_local(s)_1short2local....nany
  805. 074E4:P Store_Locals_N
  806. 075A5-P 
  807. 075E9-P
  808. 07638-P 
  809. 0764E-P attach_message_array_1array2short
  810. 0764E;P Replace message table (1:Array of String, 2:System Binary)
  811. 076AE-P detach_(home_directory)_1short
  812. 076AE P Internal DETACH from HOME directory (1:System Binary)
  813. 07709 P Internal ATTACH to HOME directory (1:System Binary)
  814. 077C2-P 
  815. 07819-P crdir_1short
  816. 07866:  nameeqp
  817. 078C3:  Find_var_current_dir
  818. 07901=  Up_dir
  819. 0791E-P 
  820. 0792A-P
  821. 07943-P 
  822. 0797B-P rcl_1global 
  823. 0797B:P Find_name
  824. 079AE:  rr_pusha_jumpTrue_ref
  825. 079CC:  try_prev_dir
  826. 079D3:  rr_setFalse_rplret_ref
  827. 079D7-P 
  828. 07A90^  <216A8h>
  829. 07BFD-P global\->command_1global
  830. 07C2F:  jumpTrue
  831. 07D1B-P sto_1local2any
  832. 07D27-P sto_1global2any
  833. 07D27 P Internal STO (2:Any,1:Local Name)
  834. 07DA2:  find_local_var
  835. 07DF3:  find_local_b_levels_up
  836. 07E50 P \->xlib_1short(library_number)2short(command_number)
  837. 07E76-P rpl\->xlib_1program
  838. 07E99 P rcl_(xlib_contents)_1xlib
  839. 07E99=P Find_Xlib
  840. 07EC4:  rr_setFalse_rplret
  841. 07F98-P returns_xlib's_library_number_1xlib
  842. 08051^  <414C1h>
  843. 08072:  rr_pusha_jumpTrue
  844. 0807F-P returns_library_location_1short(library_number)
  845. 0809E-P size_(library_nibbles-10)_1short(library_number)
  846. 080C9-P does_this_library_or_one_higher_exist?_1short(library_number)
  847. 08101-P returns_hash_table_location_1short(library_number)
  848. 0811C-P returns_message_table_location_1short(library_number)
  849. 08128-P rcl_link_table_to_stack_(large_binary)_1short(library_number)
  850. 08143-P rcl_configuration_routine_to_stack_1short(library_number)
  851. 0814F-P returns_library's_number_to_stack_1global(library's_name)
  852. 081B9-P returns_library's_name_to_stack_1short(library's_number)
  853. 081D9-P backup\->name_1backup   
  854. 081EE-P library\->short_1library        
  855. 08207-P command\->global_1command
  856. 0821F-P xlib\->global_1xlib(visible)
  857. 0825B^  <216A8h>
  858. 082E3-P variable_contents\->name
  859. 082E3=P Up_findValue
  860. 08309-P rcl_next_directory_up_1directory
  861. 08309=P Updir
  862. 08326-P rcl_first_directory/variable_1directory
  863. 08326:P Get_first_dirEntry
  864. 08376-P rcl_next_directory/variable_1external2directory
  865. 085D3-P sto_1new_contents2old_contents
  866. 08696-P sto_1global2any
  867. 089D8-P purge_1external(true/false)2any(variable_contents)
  868. 089FA-P purge_1any(variable_contents)   
  869. 08CCC-P xlib\->_1xlib
  870. 08D08-P updir_1directory_(pre-existing)
  871. 08D08:P Set_curdir
  872. 08D14:  pop_store_ind_c_rplret
  873. 08D1C:  store_a_indc_rplret
  874. 08D2F:  clr_indc_rplret
  875. 08D35:  zeropindc
  876. 08D4A:P Store_tmpdir
  877. 08D5A P recall current directory
  878. 08D5A-P rcl_current_directory
  879. 08D5A:  Get_curdir
  880. 08D66:  pushindc_rplret
  881. 08D75:  rpljump_indc
  882. 08D82-P rcl_home_directory
  883. 08D82:P Get_Tmpdir
  884. 08D92 P Internal HOME
  885. 08D92-P home
  886. 08D92:P Home
  887. 08D9E:  setHome_c
  888. 08DC4:P SetTmpdir_Home
  889. 08DD4 P if pop TOS = HOME directory -> True/False
  890. 08DD4-P home?_(boolean)_1directory
  891. 08DD4:P Homep
  892. 08E14^  <7FFh>
  893. 08E73-P matches_library_w/_number_1library2short(library's_number)
  894. 08ECC^  <566A8h>
  895. 08F20^  <D6A8h>
  896. 09107-P sto_1short(port1/2_only)2short(nibbles+5)3short(address)4any5global
  897. 0922D^  <71541h>
  898. 092F5-P 
  899. 0948E-P 
  900. 094A4-P 
  901. 095E3^  <2D541h>
  902. 09699-P 
  903. 0970A-P 
  904. 09730-P 
  905. 0AAD0-P 
  906. 0AB51-P 
  907. 0AB82-P return_port_pointers_1short     
  908. 0AC66^  <36h>
  909. 0AC70-P 
  910. 0AD47-P 
  911. 0AE03-P 
  912. 0AF8B-P 
  913. 0B037-P 
  914. 0B5F3-P 
  915. 0B69B-P 
  916. 0B7C6-P 
  917. 0B9E8-P 
  918. 0BA7D-P 
  919. 0BB68-P 
  920. 0BD54-P 
  921. 0BD60-P 
  922. 0C1EF-P 
  923. 0C288-P 
  924. 0C2CB-P 
  925. 0C37A-P 
  926. 0C4EC-P rcl_message_as_string_1short(message_table_address)2short(message)
  927. 0C4EC-P (should_be_immediately_followed_drop_newob)
  928. 0C4EC-P 
  929. 0C4FE^  <F6A8h>
  930. 0C612-P rcl_1short(address_of_data_being_recalled)
  931. 0C624^  <F6A8h>
  932. 0CAF5-P 
  933. 0CB0F:  ret_FalseTrue_2_ref
  934. 0CB84-P 
  935. 0CBA2-P 
  936. 0CBAE P Error: Nonexistent Alarm
  937. 0CBAE-P errn_d04_nonexexistent_alarm    
  938. 0CBAE:P Error_Nonexist_Alrm
  939. 0CBB7:  error_inv_date
  940. 0CBC4:  error_inv_time
  941. 0CBD1:  error_inv_repeat
  942. 0CBDE   MC: Error: Nonexistent Alarm
  943. 0CBDE:  error_nonexist_alrm
  944. 0CBE3:  disp_error_cx
  945. 0CBEF:  restore_regs_and_p
  946. 0CBFA P Internal TIME
  947. 0CBFA=P Cmd_Time
  948. 0CC0E P Internal DATE
  949. 0CC0E=P Cmd_Date
  950. 0CC39 P Internal DDAYS
  951. 0CC39=P Ddays
  952. 0CC5B   Internal DATE+
  953. 0CC5B=  DateAdd
  954. 0CC60^  <1h>
  955. 0CC79-P 
  956. 0CD2B   Internal ->DATE
  957. 0CD2B=  ToDate
  958. 0CD3F   Internal CLKADJ
  959. 0CD3F=  Clkadj
  960. 0CD53   Internal ->TIME
  961. 0CD53=  ToTime
  962. 0CD67-P  
  963. 0CDA6-P 
  964. 0CDD0-P  
  965. 0CE0F-P 
  966. 0CEB9-P 
  967. 0CED9-P 
  968. 0CEEA-P 
  969. 0CF5B-P 
  970. 0CFD9=P Date_to_string
  971. 0D06A=P Time_to_string
  972. 0D143-P 
  973. 0D156-P 
  974. 0D169-P  
  975. 0D18A-P 
  976. 0D2A3   Internal WSLOG
  977. 0D2A3:  Wslog
  978. 0D304   Internal TSTR
  979. 0D304:  Tstr
  980. 0DC0F-P  
  981. 0DC1C-P 
  982. 0DC28-P  
  983. 0DDA8   Internal ACKALL
  984. 0DDA8:  Ackall
  985. 0DDC1   Internal ACK
  986. 0DDC1:  Ack
  987. 0DF01   'Alarms' (Global Name)
  988. 0DF28   'Alarms' (Global Name)
  989. 0DF45-P 
  990. 0E029:  Disp_string_at_curPos
  991. 0E05B:  Disp_grob_at_curPos
  992. 0E06F:  Erase_two_stkLines
  993. 0E083:  Erase_curStkLine
  994. 0E097:  Erase_nextStkLine
  995. 0E0AB:  Get_fullStkGrob_curPos_nextEolPos
  996. 0E0D3:  Get_fullStkGrob_curPos_eolPos
  997. 0E0FB:  Get_fullStkGrob_nextLine
  998. 0E128:  Get_fullStkGrob_curColRow
  999. 0E1B9-P  
  1000. 0E1D8   Convert internal alarm into external alarm
  1001. 0E219-P 
  1002. 0E235 P Recall 'Alarms' list
  1003. 0E248-P 
  1004. 0E26D-P 
  1005. 0E27D-P 
  1006. 0E2A1-P 
  1007. 0E2B9-P 
  1008. 0E2D1-P 
  1009. 0E302-P 
  1010. 0E343^  <F9A7Ah>
  1011. 0E3A6-P 
  1012. 0E3DF   Internal RCLALARM
  1013. 0E3DF:  Rclalrm
  1014. 0E402   Recall N'th Alarm (1:System Binary) -> (Alarm/True,False)
  1015. 0E41B-P 
  1016. 0E43C-P 
  1017. 0E47A   'M' (Local Name)
  1018. 0E483   'N' (Local Name)
  1019. 0E4A0   'M' (Local Name)
  1020. 0E4AE   'N' (Local Name)
  1021. 0E4C1   'M' (Local Name)
  1022. 0E510=  Stoalrm_real
  1023. 0E52E^  0
  1024. 0E54D=  Stoalrm_list
  1025. 0E593^  0
  1026. 0E5D0^  0
  1027. 0E630-P 
  1028. 0E66A-P 
  1029. 0E693-P 
  1030. 0E724   Internal DELALARM
  1031. 0E724=  Delalrm
  1032. 0E7B0-P 
  1033. 0E7BB-P 
  1034. 0E7CE-P 
  1035. 0E7F7-P 
  1036. 0E802-P 
  1037. 0E80D-P 
  1038. 0E820-P 
  1039. 0E82B-P 
  1040. 0E836-P 
  1041. 0E8F3:  testEnd
  1042. 0E8FE:  testbinary
  1043. 0E909:  test_1dh
  1044. 0E914:  testlist
  1045. 0E91B:  testtype
  1046. 0E925-P 
  1047. 0E9B2-P 
  1048. 0EAD7   Internal FINDALARM (1:Real Number)
  1049. 0EAD7=  Fndalrm_real
  1050. 0EB31   Internal FINDALARM (1:List)
  1051. 0EB31=  Fndalrm_list
  1052. 0EB81   Internal TICKS
  1053. 0EB81=  Ticks
  1054. 0EC07-P 
  1055. 0EC9D-P 
  1056. 0ED78-P 
  1057. 0ED95-P 
  1058. 0EDFA:  test_d_gt_1
  1059. 0EE26-P 
  1060. 0EFEE:  Real_8192               Ticks per second
  1061. 0F003:  Real_491520             Ticks per minute
  1062. 0F018:  Real_29491200           Ticks per hour
  1063. 0F02D:  Real_707788800          Ticks per day
  1064. 0F042:  Real_4954521600         Ticks per week
  1065. 0F33A   Internal UNIT
  1066. 0F33A=  ToUnit_real_unit
  1067. 0F34E   Internal OBJ-> (1:Unit)
  1068. 0F371   Internal CONVERT
  1069. 0F371=  Convert
  1070. 0F547^  32 (Long Real)
  1071. 0F561   Standardize units and then strip units (levels 1,2)
  1072. 0F584   Internal == (2:Real Number/Unit,1:Real Number/Unit)
  1073. 0F598   Internal != (2:Real Number/Unit,1:Real Number/Unit)
  1074. 0F5AC   Internal < (2:Real Number/Unit,1:Real Number/Unit)
  1075. 0F5C0   Internal > (2:Real Number/Unit,1:Real Number/Unit)
  1076. 0F5D4   Internal <= (2:Real Number/Unit,1:Real Number/Unit)
  1077. 0F5E8   Internal >= (2:Real Number/Unit,1:Real Number/Unit)
  1078. 0F5FC   Internal ABS (1:Unit)
  1079. 0F5FC=  Abs_unit
  1080. 0F615   Internal NEG (1:Unit)
  1081. 0F615=  Neg_unit
  1082. 0F62E   Internal SIN (1:Unit)
  1083. 0F62E=  Sin_unit
  1084. 0F660   Internal COS (1:Unit)
  1085. 0F660=  Cos_unit
  1086. 0F674   Internal TAN (1:Unit)
  1087. 0F674=  Tan_unit
  1088. 0F688^  6.28318530717959 = 2pi (Long Real)
  1089. 0F6A2   Internal + (2:Real Number/Unit,1:Real Number/Unit)
  1090. 0F6A2=  Add_unit_unit
  1091. 0F774   Internal - (2:Real Number/Unit,1:Real Number/Unit)
  1092. 0F774=  Sub_real_unit
  1093. 0F774=  Sub_unit
  1094. 0F774=  Sub_unit_real
  1095. 0F792   Internal * (2:Real Number/Unit,1:Real Number/Unit)
  1096. 0F792=  Mul_unit
  1097. 0F823   Internal / (2:Real Number/Unit,1:Real Number/Unit)
  1098. 0F823=  Div_real_unit
  1099. 0F823=  Div_unit
  1100. 0F841   Internal INV (1:Unit)
  1101. 0F841=  Inv_unit
  1102. 0F878   Internal ^ (2:Real Number/Unit,1:Real Number/Unit)
  1103. 0F878=  Pwr_unit
  1104. 0F8FA=  Xroot_real_unit
  1105. 0F913   Internal SQ (1:Unit)
  1106. 0F913=  Sq_unit
  1107. 0F92C   Internal sqrt (1:Unit)
  1108. 0F92C=  Sqrt_unit
  1109. 0F945   Internal UBASE (1:Unit)
  1110. 0F945=  Ubase
  1111. 0FB6F   Internal MAX (2:Real Number/Unit,1:Real Number/Unit)
  1112. 0FB6F=  Max_unit
  1113. 0FB8D   Internal MIN (2:Real Number/Unit,1:Real Number/Unit)
  1114. 0FB8D=  Min_unit
  1115. 0FBAB   Internal % (2:Unit,1:Real Number)
  1116. 0FBAB=  Percent_unit_real
  1117. 0FC3C   Internal %CH (2:Real Number/Unit,1:Real Number/Unit)
  1118. 0FC3C=  PercentCH_unit
  1119. 0FCCD   Internal %T (2:Real Number/Unit,1:Real Number/Unit)
  1120. 0FCE6   Internal SIGN (1:Unit)
  1121. 0FCE6=  SigmaN_unit
  1122. 0FCFA   Internal IP (1:Unit)
  1123. 0FCFA=  Ip_unit
  1124. 0FD0E   Internal FP (1:Unit)
  1125. 0FD0E=  Fp_unit
  1126. 0FD22   Internal FLOOR (1:Unit)
  1127. 0FD22=  Floor_unit
  1128. 0FD36   Internal CEIL (1:Unit)
  1129. 0FD36=  Ceil_unit
  1130. 0FD68   Internal RND (2:Unit,1:Real Number)
  1131. 0FD68=  Rnd_unit_real
  1132. 0FD8B   Internal TRNC (2:Unit,1:Real Number)
  1133. 0FD8B=  Trunc_unit_real
  1134. 10141-P 
  1135. 10B1C-P 
  1136. 10D4B-P 
  1137. 10E68^  0.555555555555556 = 5/9 (C <-> F conversion) (Long Real)
  1138. 10E82^  1 (Long Real)
  1139. 10E9C^  273.15 = 0C in K (Long Real)
  1140. 10EB6^  459.67 = 0F in R (Long Real)
  1141. 10ED0^  0.0795774715459477 (Long Real)
  1142. 10EEA-P 
  1143. 10EFA-P 
  1144. 10F54-P errn_102_can't_edit_null_char   
  1145. 10F54:P Error_Cant_edit_null_char
  1146. 10F64-P errn_103_invalid_user_function
  1147. 10F64:P Error_Inv_user_func
  1148. 10F74 P Error: No Current Equation
  1149. 10F74-P errn_104_no_current_equation    
  1150. 10F74:P Error_No_Cur_eq
  1151. 10F79   MC: Error: No Current Equation
  1152. 10F86-P errn_106_invalid_syntax          
  1153. 10F86:P Error_Inv_syntax
  1154. 10F96-P errn_12e_invalid_ppar   
  1155. 10F96:P Error_Invalid_PPAR
  1156. 10FA6-P errn_12f_non-real_result 
  1157. 10FA6:P Error_Nonreal_result
  1158. 10FB6-P errn_130_unable_to_isolate      
  1159. 10FB6:P Error_Unable_to_Isol
  1160. 10FC6-P errn_126_halt_not_allowed       
  1161. 10FC6:P Error_Halt_not_allowed
  1162. 10FD6 P Internal KILL
  1163. 10FD6-P errn_123_kill   
  1164. 10FD6:P Error_123
  1165. 10FE6-P errn_124_last_stack_disabled    
  1166. 10FE6:P Error_Last_stack_disabl
  1167. 10FF6-P errn_125_last_cmd_disabled      
  1168. 10FF6:P Error_Last_cmd_disabl
  1169. 11006-P errn_128_wrong_argument_count   
  1170. 11006:P Error_Wrong_arg_count
  1171. 11016-P errn_129_circular_reference     
  1172. 11016:P Error_Circ_ref
  1173. 11026-P errn_12a_directory_not_allowed 
  1174. 11026:P Error_Dir_not_allowed
  1175. 11036 P Error: Non-Empty Directory
  1176. 11036-P errn_12b_non-empty_directory    
  1177. 11036:P Error_Nonempty_dir
  1178. 1103B   MC: Error: Non-Empty Directory
  1179. 11046-P errn_12c_invalid_definition     
  1180. 11046:P Error_Inv_def
  1181. 11056-P errn_12d_missing_library
  1182. 11056:P Error_Missing_library
  1183. 11066-P errn_13c_name_conflict 
  1184. 11066:P Error_Name_conflict
  1185. 11076 P Internal CONT
  1186. 11076-P errn_13e_continue
  1187. 11076:P Error_13e
  1188. 110EF-P 
  1189. 1123F-P 
  1190. 112EC P ?? save Last Arguments
  1191. 112EC-P clear_last_arguments
  1192. 112EC:P Clear_lastargs
  1193. 11320-P 
  1194. 1132D-P alpha_annunciator_on            
  1195. 1133A-P alpha_annunciator_off
  1196. 11347-P blue_shift_annunciator_on       
  1197. 11354-P blue_shift_annunciator_off
  1198. 11361-P orange_shift_annunciator_on     
  1199. 1136E-P orange_shift_annunciator_off
  1200. 11387-P 
  1201. 113C2-P 
  1202. 113D2-P 
  1203. 113E2-P 
  1204. 113F2-P 
  1205. 11402-P 
  1206. 11412-P 
  1207. 11422-P 
  1208. 11432-P 
  1209. 11442-P 
  1210. 11452-P 
  1211. 11462-P 
  1212. 11472-P 
  1213. 11495-P 
  1214. 114B3   Push @C.A as new System Binary
  1215. 114B3:  pushindc_short
  1216. 114C9:  popshort_store_indc
  1217. 11501-P 
  1218. 11511-P 
  1219. 11533-P prg_on  
  1220. 11543-P delayed_alpha_lock      
  1221. 1155C-P 
  1222. 1156C-P 
  1223. 1158F P Internal BLANK (2:System Binary,1:System Binary)
  1224. 1165A=  compute_grob_nibble
  1225. 11679=P Disp_Grob_inGrob_Pos
  1226. 1192F-P 
  1227. 11A6D-P 
  1228. 11CBE:  getshort_ref_3
  1229. 11CC5:  save_regs_ref_3
  1230. 11CCC:  do_retsetxm
  1231. 11CCE-P  
  1232. 11CF3:P String_pitch10_toGrob
  1233. 11D00:P String_pitch8_toGrob
  1234. 11EEF:  do_retsetc
  1235. 11EFF:  back_graph_char
  1236. 11F1D:  set_c_nib7_0fh
  1237. 11F1F:  set_c_p_fh
  1238. 11F80=P String_pitch6_toGrob
  1239. 11FFF:  seta_rplret
  1240. 12002:  rplret_8
  1241. 1200C:P String_to_grob_pitch6
  1242. 120CC:  strlen_a
  1243. 120EE:  pushShortA_rplret_alt_ref
  1244. 1215E-P 
  1245. 122FF-P  
  1246. 123C8-P disp_(n_x_10)_1short2string     
  1247. 123E5-P <4h>_disp_(n_x_10)_1string      
  1248. 123F5-P <3h>_disp_(n_x_10)_1string      
  1249. 12405-P <2h>_disp_(n_X_10)_1stirng 
  1250. 12415-P <1h>_disp_(n_x_10)_1string      
  1251. 12429-P disp_(n_x_8)_1short2string 
  1252. 12429:P Disp_pitch8Str
  1253. 1245B-P <1h>_disp_(n_x_8)_1string       
  1254. 1245B:P DispStk_pitch8Str_line0
  1255. 1245B:P Disp_pitch8Str_line0
  1256. 1246B-P <2h>_disp_(n_x_8)_1string       
  1257. 1246B:P DispStk_pitch8Str_line1
  1258. 1246B:P Disp_pitch8Str_line1
  1259. 1247B-P <3h>_disp_(n_x_8)_1string       
  1260. 1247B:P DispStk_pitch8Str_line2
  1261. 1247B:P Disp_pitch8Str_line2
  1262. 1248B-P <4h>_disp_(n_x_8)_1string       
  1263. 1248B:P DispStk_pitch8Str_line3
  1264. 1248B:P Disp_pitch8Str_line3
  1265. 1249B-P <5h>_disp_(n_x_8)_1string       
  1266. 1249B:P DispStk_pitch8Str_line4
  1267. 1249B:P Disp_pitch8Str_line4
  1268. 124AB-P <6h>_disp_(n_x_8)_1string       
  1269. 124AB:P DispStk_pitch8Str_line5
  1270. 124AB:P Disp_pitch8Str_line5
  1271. 124BB-P <7h>_disp_(n_x_8)_1string       
  1272. 124BB:P DispStk_pitch8Str_line6
  1273. 124BB:P Disp_pitch8Str_line6
  1274. 124CB:P DispStk_pitch8Str_line7
  1275. 124CB:P Disp_pitch8Str_line7
  1276. 124D7:  dispstr_row_c
  1277. 12635-P rcl_stack/status_grob_(131_x_56)
  1278. 12635:P Get_56line_stkGROB
  1279. 12645-P rcl_menu_grob_(131_x_8)
  1280. 12645:P Get_menuGrob
  1281. 12655-P rcl_stack/status_grob_(131_x_56)
  1282. 12655:P Get_stkGrob
  1283. 12665 P recall PICT
  1284. 12665:P Get_graphGrob
  1285. 12690-P 
  1286. 126DF:  Erase_lines_in_stkGROB
  1287. 1270C:  Disp_at_lines_0_1
  1288. 12725:  Disp_line_0
  1289. 12748:  Disp_line_1
  1290. 12770:  Trunc_string_for_display
  1291. 127A7:  Split_string_at_LF
  1292. 12815:  DispStringPitch6_inFullStkCurPos_FullStk
  1293. 12829:  Disp_inFullStkCurPos_FullStk
  1294. 12847-P  
  1295. 12996-P 
  1296. 12A0D-P 
  1297. 12A4A-P 
  1298. 12AF6-P 
  1299. 12BB7-P 
  1300. 12DD1-P 
  1301. 12E89-P 
  1302. 12F0A-P 
  1303. 12FB2   XFER: Save D,B,D1,D0 (uses C)
  1304. 13043-P 
  1305. 13061-P 
  1306. 130CA-P 
  1307. 13135-P 
  1308. 1314D P Internal TEXT
  1309. 13161   XFER: Restore D,B,D1,D0 (C=D0) / Clear Carry
  1310. 13167-P 
  1311. 131C8-P 
  1312. 13220-P 
  1313. 134AE-P 
  1314. 134E4-P 
  1315. 1357F-P 
  1316. 13679-P 
  1317. 13695-P 
  1318. 137B6-P
  1319. 137B6=P Get_curRowCol
  1320. 1380F-P 
  1321. 13825-P 
  1322. 1383B-P 
  1323. 1384A-P 
  1324. 13986-P 
  1325. 13992-P 
  1326. 139E7-P 
  1327. 13B41-P 
  1328. 13BB5-P 
  1329. 13BF1-P 
  1330. 13D28-P 
  1331. 13D55-P 
  1332. 13E05-P 
  1333. 13E22-P 
  1334. 13E2E-P 
  1335. 13E53-P 
  1336. 13E63-P 
  1337. 13E85-P 
  1338. 13E9E-P 
  1339. 13EBC-P 
  1340. 13ED2-P 
  1341. 13EF1-P 
  1342. 13F01-P 
  1343. 13F11-P 
  1344. 13F29-P 
  1345. 13F47-P 
  1346. 13F69-P 
  1347. 13F7F-P 
  1348. 13F9B-P 
  1349. 13FB0-P 
  1350. 13FE5-P move_5_nibbles_@70673_to_#706FF
  1351. 1400E P Internal ERR0
  1352. 1400E-P err0
  1353. 1400E=P Err0
  1354. 14039 P Push Last Err# as System Binary
  1355. 14039-P errn    
  1356. 1404C   Internal ERRN
  1357. 1404C=  Errn
  1358. 14065   Internal ERRM
  1359. 14065=  Errm
  1360. 14088   Internal ->STR (1:Any)
  1361. 14088:  ToString
  1362. 140AB   Internal DISP (2:Any,1:Real Number)
  1363. 140AB:  Disp
  1364. 140F1   Internal CHR (1:Real Number)
  1365. 140F1:  Chr
  1366. 1410F   Internal NUM (1:String)
  1367. 1410F:  Num
  1368. 14137   Internal STR-> (1:String)
  1369. 14137:  StrTo_Eval
  1370. 1415A   Internal BEEP (2:Real Number,1:Real Number)
  1371. 1415A:  Beep_real
  1372. 1415F:  Mul1000_real
  1373. 141B2-P beep_1short2short
  1374. 141B2:P Beep
  1375. 141DE:  jump_save_regs
  1376. 141E5-P         
  1377. 1420A P Internal > (2:String,1:String)
  1378. 1420A-P >_1string2string        
  1379. 142A6   Internal < (2:String,1:String)
  1380. 142BA   Internal >= (2:String,1:String)
  1381. 142E2   Internal <= (2:String,1:String)
  1382. 142FB   Internal FREEZE (1:Real Number)
  1383. 142FB=  Freeze
  1384. 14378   Internal HALT
  1385. 1439B   ''halt' (Local Name)
  1386. 14483   ''nohalt' (Local Name)
  1387. 14D1B-P 
  1388. 14E6D-P 
  1389. 14EA5-P 
  1390. 14EEC-P 
  1391. 14F2A-P 
  1392. 14F8C-P 
  1393. 14FC3-P 
  1394. 15007   Internal DOERR (1:Real Number)
  1395. 15007=  Doerr_real
  1396. 1501B   Internal DOERR (1:Binary Integer)
  1397. 1501B=  Doerr_bin
  1398. 1502F   Internal DOERR (1:System Binary)
  1399. 15048   Internal DOERR (1:String)
  1400. 15048=  Doerr_string
  1401. 1518D-P 
  1402. 15442:  "String_':   '"
  1403. 15717   Internal STEQ (1:Any)
  1404. 1572B   Internal RCEQ
  1405. 15744   Internal RCEQ -> Contents,True/False
  1406. 15758   unevaluated 'EQ' (Global Name)
  1407. 1576C   'EQ' (Global Name)
  1408. 15781   '' (Global Name)
  1409. 1592D   Set last RPL token to <0h> and verify DEPTH >= 1
  1410. 15978:  toString_1any
  1411. 159EB-P \->str_1any_(truncate)
  1412. 15A54-P 
  1413. 15A60-P 
  1414. 15A8B-P 
  1415. 15A97-P 
  1416. 15B13=  Any_to_string
  1417. 15B31-P \->str_1any     
  1418. 15B3D-P \->str_1any
  1419. 15C4B^  <15D06h>
  1420. 15D6F^  <117h>
  1421. 15DAB^  <118h>
  1422. 15E0B^  <112h>
  1423. 15FCF-P hex\->ascii_1string2binary
  1424. 1605F-P quotes_in_string_1string
  1425. 1606C-P double_quotes_in_string_1string
  1426. 160E5-P \->str_1global
  1427. 1613F   Null String "" (RAM based)
  1428. 1613F:  String_null_Copy
  1429. 162AC-P \->str_1real    
  1430. 162AC:P Real_to_string
  1431. 162B8-P \->str_1real
  1432. 1633D:  GC
  1433. 166E3 P Internal FIX (1:System Binary)
  1434. 166E3-P fix_1short 
  1435. 166E3=P SetFix
  1436. 166EF P Internal SCI (1:System Binary)
  1437. 166EF-P sci_1short
  1438. 166EF=P SetSci
  1439. 166FB P Internal ENG (1:System Binary)
  1440. 166FB-P eng_1short
  1441. 166FB=P SetEng
  1442. 16707 P Internal STD
  1443. 16707-P std     
  1444. 16707=P Std
  1445. 167D8-P short\->real\->string_(colon)_1short
  1446. 167E4-P short\->real\->string_1short
  1447. 1685C-P short\->real\->string_+_(colon)_1short2string
  1448. 1686A-P short\->real\->string_+_(colon)_1short2string
  1449. 16969^  <13h>
  1450. 16AD6^  <4000h>
  1451. 16AE5^  <5000h>
  1452. 16AF4^  <8000h>
  1453. 16B03^  <9000h>
  1454. 16B12^  <E000h>
  1455. 16B21^  <D000h>
  1456. 16B30^  <2F000h>
  1457. 16CA7   Error: Bad Argument Value
  1458. 1795A:  StoreShort_70770
  1459. 1795A-P sto_5_nibbles_@70770_1short
  1460. 17980-P rcl_5_nibbles_@70770_as_short
  1461. 179AC-P grob_width_<1h>_==_1grob
  1462. 179D0-P get_variable_contents_1short2directory
  1463. 17C3F-P 
  1464. 17C55-P 
  1465. 17F15-P 
  1466. 17F4A^  <B8h>
  1467. 181FA-P 
  1468. 18242-P 
  1469. 1825F-P 
  1470. 18282-P 
  1471. 18295-P 
  1472. 18308-P 
  1473. 18338-P 
  1474. 18355-P 
  1475. 183EB-P 
  1476. 18404-P 
  1477. 1848C   Internal PATH
  1478. 1848C:  Path
  1479. 184E1   Internal CRDIR
  1480. 184E1:  Crdir
  1481. 18513   Internal STO (2:Any,1:Global Name)
  1482. 1853B=  Recall
  1483. 1854F   Internal PURGE (1:Global Name)
  1484. 18595   Internal PGDIR (1:Global Name)
  1485. 18608:  While_dir_empty
  1486. 18621:  IfFirstEnt_thenFalseIterate_elseTypeNib1and2_zerop
  1487. 18653:P TypeNib1and2_zerop
  1488. 186E8   Internal TVARS (1:Real Number)
  1489. 186E8=  Tvars_real
  1490. 18706   Internal TVARS (1:List)
  1491. 18706=  Tvars_list
  1492. 18779   Internal VARS
  1493. 18779=  Vars
  1494. 187AB-P 
  1495. 18802-P 
  1496. 1884D P Set last RPL Token to <0h>
  1497. 1884D:P Short0_End
  1498. 18873   Internal AND (2:String,1:String)
  1499. 18887   Internal OR (2:String,1:String)
  1500. 1889B   Internal XOR (2:String,1:String)
  1501. 188AF   if SIZE(TOS) = SIZE(TOS-1) (String), then NEWOB and SWAP, 
  1502.         else Bad Argument Value
  1503. 188AF:  Need2StringsEqualLen_Swap
  1504. 188D2   Internal NOT (1:String)
  1505. 188E6 P Deep internal AND (2:String,1:String)
  1506. 188E6-P and_1string2string      
  1507. 188F5 P Deep internal OR (2:String,1:String)
  1508. 188F5-P or_1string2string       
  1509. 18904 P Deep internal XOR (2:String,1:String)
  1510. 18904-P xor_1string2string
  1511. 18961 P Deep internal NOT (1:String)
  1512. 18961-P not_1string
  1513. 189FC   Configuration code for library 002 (XLIB 2)
  1514. 18A15-P need_0_arguments_(directory)
  1515. 18A1E P save last RPL token, stack size, clear @706FD.S
  1516. 18A1E-P need_0_arguments_(library)
  1517. 18A1E=P No_arguments
  1518. 18A27   MC: save stack size, clear @706FD.S and continue RPL
  1519. 18A51   continue RPL
  1520. 18A5B P Save last RPL token and verify DEPTH >= 3
  1521. 18A5B-P need_3_arguments_(library) 
  1522. 18A5B:P Need_3_args_retq
  1523. 18A68 P Verify DEPTH >= 3
  1524. 18A68-P need_3_arguments_(directory)
  1525. 18A68:P Need_3_args
  1526. 18A6D   MC: verify DEPTH >= 3 and continue RPL
  1527. 18A75   MC: verify DEPTH >= 3
  1528. 18A75:  assert_3_args
  1529. 18A80 P Save last RPL token and verify DEPTH >= 2
  1530. 18A80-P need_2_arguments_(library)  
  1531. 18A80:P Need_2_args_retq
  1532. 18A8D P Verify DEPTH >= 2
  1533. 18A8D-P need_2_arguments_(directory)
  1534. 18A8D:P Need_2_args
  1535. 18A92   MC: verify DEPTH >= 2 and continue RPL
  1536. 18A9A   MC: verify DEPTH >= 2
  1537. 18A9A:  assert_2_args
  1538. 18AA5 P Save last RPL token and verify DEPTH >= 1
  1539. 18AA5-P need_1_argument_(library) 
  1540. 18AA5:P Need_1_arg_retq
  1541. 18AB2 P Verify DEPTH >= 1
  1542. 18AB2-P need_1_argument_(directory)
  1543. 18AB2:P Need_1_arg
  1544. 18AB7   MC: verify DEPTH >= 1 and continue RPL
  1545. 18AB7:  need_1_arg
  1546. 18ABF   MC: verify DEPTH >= 1
  1547. 18ABF:  assert_1_arg
  1548. 18AC6   MC: verify DEPTH >= C.S, expect P = 2*C.S - 1
  1549. 18AC6:  assert_c_args
  1550. 18B6D P Save last RPL token and verify DEPTH >= 5
  1551. 18B6D-P need_5_arguments_(library) 
  1552. 18B6D:P Need_5_args_retq
  1553. 18B7A P Verify DEPTH >= 5
  1554. 18B7A-P need_5_arguments_(directory)
  1555. 18B7A:P Need_5_args
  1556. 18B7F   MC: verify DEPTH >= 5 and continue RPL
  1557. 18B87   MC: verify DEPTH >= 5
  1558. 18B87:  assert_5_args
  1559. 18B92 P Save last RPL token and verify DEPTH >= 4
  1560. 18B92-P need_4_arguments_(library) 
  1561. 18B92:P Need_4_args_retq
  1562. 18B9F P Verify DEPTH >= 4
  1563. 18B9F-P need_4_arguments_(directory)
  1564. 18B9F:P Need_4_args
  1565. 18BA4   MC: verify DEPTH >= 4 and continue RPL
  1566. 18BAC   MC: verify DEPTH >= 4
  1567. 18BAC:  assert_4_args
  1568. 18BB3:  assert_c_gt3_args
  1569. 18C34 P Save last token, check args, R->SB and verify TOS < DEPTH-1
  1570. 18C34-P need_n_arguments_1real2any...nany       
  1571. 18C34:P ToShort_Need_n_args_alt
  1572. 18C4A   Check args, R->SB and verify TOS < DEPTH-1
  1573. 18C4A:  ToShort_Need_n_args
  1574. 18C77   MC: save last RPL token
  1575. 18C77:  save_toh_sub_10
  1576. 18C92 P Error: Undefined Name
  1577. 18C92-P errn_204_undefined_name
  1578. 18C92:P Error_Undef_name
  1579. 18C97   MC: Error: Undefined Name
  1580. 18C97:  error_undef_name
  1581. 18CA2 P Error: Bad Argument Value
  1582. 18CA2-P errn_203_bad_argument_value
  1583. 18CA2:P Error_Bad_arg_value
  1584. 18CA7   MC: Error: Bad Argument Value
  1585. 18CA7:  error_bad_arg_value
  1586. 18CB2 P Error: Bad Argument Type
  1587. 18CB2-P errn_202_bad_argument_type
  1588. 18CB2:P Error_Bad_arg_type
  1589. 18CB7   MC: Error: Bad Argument Type
  1590. 18CB7:  error_bad_arg_type
  1591. 18CC2 P Error: Too Few Arguments
  1592. 18CC2-P errn_201_too_few_arguments
  1593. 18CC2:P Error_Too_few_args
  1594. 18CC7   MC: Error: Too Few Arguments
  1595. 18CC7:  error_too_few_args
  1596. 18CCE   Put Error Code in C.A into A
  1597. 18CCE:  disp_error_c
  1598. 18CD7 P ABS(Real) -> System Binary
  1599. 18CD7-P abs_real\->short        
  1600. 18CD7:P AbsReal_to_Short
  1601. 18CEA P Internal R->SB (1:Real Number)
  1602. 18CEA-P real\->short    
  1603. 18CEA:P Real_to_Short
  1604. 18D07:  shortpush_a_replret
  1605. 18D0A:  shortpush_r0_rplret
  1606. 18DBF P Internal SB->R (1:System Binary)
  1607. 18DBF-P short\->real    
  1608. 18DBF:P Short_to_real
  1609. 18E45-P 
  1610. 18E7E-P  
  1611. 18EBA P Internal EVAL (1:Algebraic/List)
  1612. 18EBA-P eval_1algebraic/list/program
  1613. 18EBA:P Eval_ListOrPrg
  1614. 18ECE P Save last RPL token, verify DEPTH >= 1 and check args.
  1615. 18ECE-P need_&_check_1_argument_(xlib)
  1616. 18ECE:P Switch_on_argtype
  1617. 18EDF P Save last RPL token, verify DEPTH >= 2 and check args.
  1618. 18EDF-P need_&_check_2_arguments_(xlib)
  1619. 18EDF=P Switch_on_2_argtypes
  1620. 18EF0 P Save last RPL token, verify DEPTH >= 3 and check args.
  1621. 18EF0-P need_&_check_3_arguments_(xlib)
  1622. 18EF0:P Switch_on_3argtypes
  1623. 18F01 P Save last RPL token, verify DEPTH >= 4 and check args.
  1624. 18F01-P need_&_check_4_arguments_(xlib)
  1625. 18F12 P Save last RPL token, verify DEPTH >= 5 and check args.
  1626. 18F12-P need_&_check_5_arguments_(xlib)
  1627. 18F23-P 
  1628. 18F6A=  EndAndEvalq
  1629. 18F83   XFER: Bad Argument Type
  1630. 18F83:  error_bad_arg_type_ref_2
  1631. 18F87:  end_follows
  1632. 18F9D P Check arguments for type (don't save D0)
  1633. 18F9D-P check_argument(s)_(directory)_(requires_short_reference)
  1634. 18F9D:P Check_1_argtype_alt2
  1635. 18FA9 P Check arguments for type - XFER
  1636. 18FA9-P check_argument(s)_(directory)_(requires_short_reference)    
  1637. 18FA9:P Check_1_argtype_alt
  1638. 18FB2 P Check arguments for type
  1639. 18FB2-P check_argument(s)_(directory)_(requires_short_reference)
  1640. 18FB2:P Check_1_argtype
  1641. 18FB7   MC: check arguments for type
  1642. 18FDE^  <B6A8h>
  1643. 18FF1:  not_address
  1644. 1911E=  type_table_1
  1645. 1916E:  type_table_2
  1646. 19173^  <2A96h>
  1647. 191B9:P Mul_short
  1648. 191B9    P_1short2short
  1649. 19207-  check_stack_for_n_real/complex_1short2any3real/complex..n+3real/complex
  1650. 19294-P \->arry_1array(real/complex)2short3real/complex...n+3real/complex
  1651. 19350-P ram_object?_(boolean)_1any
  1652. 19385:  Over_Recall
  1653. 193A3:  Pick3_Recall
  1654. 193C1:  Assert_array
  1655. 194BB   verify Real Array (1:Array)
  1656. 194F7=  TwoReal_to_Shorts
  1657. 1950B:  TwoShorts_to_reals
  1658. 19529=  ListOf_short_to_real
  1659. 1957B   ASR (XLIB 2 0)
  1660. 1957B:  Cmd_ASR
  1661. 1957B;  /U xASR
  1662. 1959B   RL (XLIB 2 1)
  1663. 1959B:  Cmd_RL
  1664. 1959B;  /U xRL
  1665. 195BB   RLB (XLIB 2 2)
  1666. 195BB:  Cmd_RLB
  1667. 195BB;  /U xRLB
  1668. 195DB   RR (XLIB 2 3)
  1669. 195DB:  Cmd_RR
  1670. 195DB;  /U xRR
  1671. 195FB   RRB (XLIB 2 4)
  1672. 195FB:  Cmd_RRB
  1673. 195FB;  /U xRRB
  1674. 1961B   SL (XLIB 2 5)
  1675. 1961B:  Cmd_SL
  1676. 1961B;  /U xSL
  1677. 1963B   SLB (XLIB 2 6)
  1678. 1963B:  Cmd_SLB
  1679. 1963B;  /U xSLB
  1680. 1965B   SR (XLIB 2 7)
  1681. 1965B:  Cmd_SR
  1682. 1965B;  /U xSR
  1683. 1967B   SRB (XLIB 2 8)
  1684. 1967B:  Cmd_SRB
  1685. 1967B;  /U xSRB
  1686. 1969B   R->B (XLIB 2 9)
  1687. 1969B:  Cmd_RtoB
  1688. 1969B;  /U xR>B
  1689. 196BB   B->R (XLIB 2 10)
  1690. 196BB:  Cmd_BtoR
  1691. 196BB;  /U xB>R
  1692. 196DB   CONVERT (XLIB 2 11)
  1693. 196DB:  Cmd_CONVERT
  1694. 196DB;  /U xCONVERT
  1695. 1971B   UVAL (XLIB 2 12)
  1696. 1971B:  Cmd_UVAL
  1697. 1971B;  /U xUVAL
  1698. 1974F   UNIT (XLIB 2 13)
  1699. 1974F:  Cmd_UNIT
  1700. 1974F;  /U x>UNIT
  1701. 19771   UBASE (XLIB 2 14)
  1702. 19771:  Cmd_UBASE
  1703. 19771;  /U xUBASE
  1704. 197A5   UFACT (XLIB 2 15)
  1705. 197A5:  Cmd_UFACT
  1706. 197A5;  /U xUFACT
  1707. 197C8   Internal UFACT
  1708. 197C8:  Ufact_unit_unit
  1709. 197F7   TIME (XLIB 2 16)
  1710. 197F7:  Cmd_TIME
  1711. 197F7;  /U xTIME
  1712. 19812   DATE (XLIB 2 17)
  1713. 19812:  Cmd_DATE
  1714. 19812;  /U xDATE
  1715. 1982D   TICKS (XLIB 2 18)
  1716. 1982D:  Cmd_TICKS
  1717. 1982D;  /U xTICKS
  1718. 19848   WSLOG (XLIB 2 19)
  1719. 19848:  Cmd_WSLOG
  1720. 19848;  /U xWSLOG
  1721. 19863   ACKALL (XLIB 2 20)
  1722. 19863:  Cmd_ACKALL
  1723. 19863;  /U xACKALL
  1724. 1987E   ACK (XLIB 2 21)
  1725. 1987E:  Cmd_ACK
  1726. 1987E;  /U xACK
  1727. 1989E   ->DATE (XLIB 2 22)
  1728. 1989E:  Cmd_toDATE
  1729. 1989E;  /U xSETDATE
  1730. 198BE   ->TIME (XLIB 2 23)
  1731. 198BE:  Cmd_toTIME
  1732. 198BE;  /U xSETTIME
  1733. 198DE   CLKADJ (XLIB 2 24)
  1734. 198DE:  Cmd_CLKADJ
  1735. 198DE;  /U xCLKADJ
  1736. 198FE   STOALARM (XLIB 2 25)
  1737. 198FE:  Cmd_STOALRM
  1738. 198FE;  /U xSTOALARM
  1739. 19928   RCLALARM (XLIB 2 26)
  1740. 19928:  Cmd_RCLALRM
  1741. 19928;  /U xRCLALARM
  1742. 19948   FINDALARM (XLIB 2 27)
  1743. 19948:  Cmd_FNDALRM
  1744. 19948;  /U xFINDALARM
  1745. 19972   DELALARM (XLIB 2 28)
  1746. 19972:  Cmd_DELALRM
  1747. 19972;  /U xDELALARM
  1748. 19992   TSTR (XLIB 2 29)
  1749. 19992:  Cmd_TSTR
  1750. 19992;  /U xTSTR
  1751. 199B2   DDAYS (XLIB 2 30)
  1752. 199B2:  Cmd_DDAYS
  1753. 199B2;  /U xDDAYS
  1754. 199D2   DATE+ (XLIB 2 31)
  1755. 199D2:  Cmd_DATEadd
  1756. 199D2;  /U xDATE+
  1757. 19A68:  Get_default_alarm
  1758. 19A72   'ALRMDAT' (Global Name)
  1759. 19A72:  Global_Alrmdat
  1760. 19A91:  List_Real0_StringNull_Real0
  1761. 19A96^  0
  1762. 19AB5^  0
  1763. 19B1F   'ALRMDAT' (Global Name)
  1764. 19B1F:  Global_Alrmdat_alt
  1765. 19C34:  Need_n_args
  1766. 19DBE   'ALRMDAT' (Global Name)
  1767. 19DE2:  Disp_next_alrm
  1768. 1A105   CRDIR (XLIB 2 32)
  1769. 1A105:  Cmd_CRDIR
  1770. 1A105;  /U xCRDIR
  1771. 1A125   PATH (XLIB 2 33)
  1772. 1A125:  Cmd_PATH
  1773. 1A125;  /U xPATH
  1774. 1A140   HOME (XLIB 2 34)
  1775.  
  1776. (end of part 1 of 4)
  1777.  
  1778. From comp.sys.handhelds Fri May 24 22:57:47 1991
  1779. Path: seq!ecsgate!mcnc!gatech!bloom-beacon!mintaka!think.com!zaphod.mps.ohio-state.edu!usc!apple!portal!cup.portal.com!Jake-S
  1780. From: Jake-S@cup.portal.com (Jake G Schwartz)
  1781. Newsgroups: comp.sys.handhelds
  1782. Subject: List sorted by address part 2 of 4
  1783. Message-ID: <42526@cup.portal.com>
  1784. Date: 20 May 91 11:55:55 GMT
  1785. References: <42508@cup.portal.com>
  1786. Organization: The Portal System (TM)
  1787. Lines: 1720
  1788.  
  1789. HP48 List of addresses sorted by address
  1790. (part 2 of 4)
  1791.  
  1792. 1A140:  Cmd_HOME
  1793. 1A140;  /U xHOME
  1794. 1A15B   UPDIR (XLIB 2 35)
  1795. 1A15B:  Cmd_UPDIR
  1796. 1A15B;  /U xUPDIR
  1797. 1A16F   Internal UPDIR
  1798. 1A16F:  Up
  1799. 1A194   VARS (XLIB 2 36)
  1800. 1A194:  Cmd_VARS
  1801. 1A194;  /U xVARS
  1802. 1A1AF   TVARS (XLIB 2 37)
  1803. 1A1AF:  Cmd_TVARS
  1804. 1A1AF;  /U xTVARS
  1805. 1A1D9   BYTES (XLIB 2 38)
  1806. 1A1D9:  Cmd_BYTES
  1807. 1A1D9;  /U xBYTES
  1808. 1A1FC   Internal BYTES (1:Any except Global Name)
  1809. 1A1FC:  Bytes_any
  1810. 1A223^  2.5
  1811. 1A265   Internal BYTES (1:Global Name)
  1812. 1A265:  Bytes_global
  1813. 1A292^  <9h>
  1814. 1A2BC   NEWOB (XLIB 2 39)
  1815. 1A2BC:  Cmd_NEWOB
  1816. 1A2BC;  /U xNEWOB
  1817. 1A2DA P if TOS = ROM Object -> True/False
  1818. 1A2DA-P rom_object?_(boolean)_1any      
  1819. 1A2DA:P Romobjp
  1820. 1A303   KILL (XLIB 2 40)
  1821. 1A303:  Cmd_KILL
  1822. 1A303;  /U xKILL
  1823. 1A31E   OFF (XLIB 2 41)
  1824. 1A31E:  Cmd_OFF
  1825. 1A31E;  /U xOFF
  1826. 1A339   DOERR (XLIB 2 42)
  1827. 1A339:  Cmd_DOERR
  1828. 1A339;  /U xDOERR
  1829. 1A36D   ERR0 (XLIB 2 43)
  1830. 1A36D:  Cmd_ERR0
  1831. 1A36D;  /U xERR0
  1832. 1A388   ERRN (XLIB 2 44)
  1833. 1A388:  Cmd_ERRN
  1834. 1A388;  /U xERRN
  1835. 1A3A3   ERRM (XLIB 2 45)
  1836. 1A3A3:  Cmd_ERRM
  1837. 1A3A3;  /U xERRM
  1838. 1A3BE   EVAL (XLIB 2 46)
  1839. 1A3BE:  Cmd_EVAL
  1840. 1A3BE;  /U xEVAL
  1841. 1A3FE   IFTE (XLIB 2 47)
  1842. 1A3FE:  Cmd_IFTE
  1843. 1A3FE;  /U xIFTE
  1844. 1A471:  Binary_526260410
  1845. 1A48A:  Short_7dac5h
  1846. 1A494:  Short_7dddbh
  1847. 1A4A3   Internal IFTE (3:Real Number,2:Any,1:Any)
  1848. 1A4A3:  Ifte_real_any_any
  1849. 1A4CD   IFT (XLIB 2 48)
  1850. 1A4CD:  Cmd_IFT
  1851. 1A4CD;  /U xIFT
  1852. 1A4F0   Internal IFT (2:Real Number,1:Any)
  1853. 1A4F0:  Ift_real_any
  1854. 1A513   Internal IFT (2:Symbolic,1:Any)
  1855. 1A513:  Ift_alg_any
  1856. 1A52E   SYSEVAL (XLIB 2 49)
  1857. 1A52E:  Cmd_SYSEVAL
  1858. 1A52E;  /U xSYSEVAL
  1859. 1A547   Internal SYSEVAL (1:Binary Integer)
  1860. 1A547:  Syseval
  1861. 1A556:  EvalAddr_short
  1862. 1A584   DISP (XLIB 2 50)
  1863. 1A584:  Cmd_DISP
  1864. 1A584;  /U xDISP
  1865. 1A5A4   FREEZE (XLIB 2 51)
  1866. 1A5A4:  Cmd_FREEZE
  1867. 1A5A4;  /U xFREEZE
  1868. 1A5C4   BEEP (XLIB 2 52)
  1869. 1A5C4:  Cmd_BEEP
  1870. 1A5C4;  /U xBEEP
  1871. 1A5E4   ->NUM (XLIB 2 53)
  1872. 1A5E4:  Cmd_toNUM
  1873. 1A5E4;  /U x>NUM
  1874. 1A604   LASTARG (XLIB 2 54)
  1875. 1A604:  Cmd_LASTARG
  1876. 1A604;  /U xLAST
  1877. 1A631-P 
  1878. 1A71F   WAIT (XLIB 2 55)
  1879. 1A71F:  Cmd_WAIT
  1880. 1A71F;  /U xWAIT
  1881. 1A738   Internal WAIT (1:Real Number)
  1882. 1A738:  Wait_real
  1883. 1A7B5   Internal WAIT (1:Real Number > 0)
  1884. 1A7B5:  Wait_positive
  1885. 1A7CE:  Real_8192
  1886. 1A858   CLLCD (XLIB 2 56)
  1887. 1A858:  Cmd_CLLCD
  1888. 1A858;  /U xCLLCD
  1889. 1A873   KEY (XLIB 2 57)
  1890. 1A873:  Cmd_KEY
  1891. 1A873;  /U xKEY
  1892. 1A8BB   CONT (XLIB 2 58)
  1893. 1A8BB:  Cmd_CONT
  1894. 1A8BB;  /U xCONT
  1895. 1A8D8   = (XLIB 2 59)
  1896. 1A8D8:  Cmd_equal
  1897. 1A8D8;  /U x=
  1898. 1A995   NEG (XLIB 2 60)
  1899. 1A995:  Cmd_NEG
  1900. 1A995;  /U xNEG
  1901. 1A9F9:  Binary_0108
  1902. 1AA1F   ABS (XLIB 2 61)
  1903. 1AA1F:  Cmd_ABS
  1904. 1AA1F;  /U xABS
  1905. 1AA6E   CONJ (XLIB 2 62)
  1906. 1AA6E:  Cmd_CONJ
  1907. 1AA6E;  /U xCONJ
  1908. 1AABD   pi (XLIB 2 63)
  1909. 1AABD:  Cmd_pi
  1910. 1AABD;  /U xPI
  1911. 1AADF   MAXR (XLIB 2 64)
  1912. 1AADF:  Cmd_MAXR
  1913. 1AADF;  /U xMAXR
  1914. 1AB01   MINR (XLIB 2 65)
  1915. 1AB01:  Cmd_MINR
  1916. 1AB01;  /U xMINR
  1917. 1AB23   e (XLIB 2 66)
  1918. 1AB23:  Cmd_e
  1919. 1AB23;  /U xCONSTANTe
  1920. 1AB45   i (XLIB 2 67)
  1921. 1AB45:  Cmd_i
  1922. 1AB45;  /U xi
  1923. 1AB67   + (XLIB 2 68)
  1924. 1AB67:  Cmd_add
  1925. 1AB67;  /U x+
  1926. 1AC93   Internal + (2:Any,1:List)
  1927. 1AC93:  Add_any_list
  1928. 1ACA7   Internal + (2:String,1:Any)
  1929. 1ACA7:  Add_string_any
  1930. 1ACBB   Internal + (2:Any,1:String)
  1931. 1ACBB:  Add_any_string
  1932. 1ACD7   ?? + (XLIB 2 69)
  1933. 1ACDD:  Cmd_unary_plus
  1934. 1ACDD;  /U xNEGNEG
  1935. 1ACFB:  Bin_0108
  1936. 1AD09   - (XLIB 2 70)
  1937. 1AD09:  Cmd_sub
  1938. 1AD09;  /U x-
  1939. 1ADEE   * (XLIB 2 71)
  1940. 1ADEE:  Cmd_mul
  1941. 1ADEE;  /U x*
  1942. 1AF05   / (XLIB 2 72)
  1943. 1AF05:  Cmd_div
  1944. 1AF05;  /U x/
  1945. 1B02D   ^ (XLIB 2 73)
  1946. 1B02D:  Cmd_pwr
  1947. 1B02D;  /U x^
  1948. 1B124   Internal ^ (2:Real Number,1:Real Number)
  1949. 1B124:  Pwr_real
  1950. 1B147^  <304h>
  1951. 1B185   XROOT (XLIB 2 74)
  1952. 1B185;  /U rpnXROOT
  1953. 1B1C4   ?? XROOT (XLIB 2 75)
  1954. 1B1CA:  Cmd_XROOT
  1955. 1B1CA;  /U xXROOT
  1956. 1B278   INV (XLIB 2 76)
  1957. 1B278:  Cmd_INV
  1958. 1B278;  /U xINV
  1959. 1B2C8^  <7D2D2h>
  1960. 1B2DB   ARG (XLIB 2 77)
  1961. 1B2DB:  Cmd_ARG
  1962. 1B2DB;  /U xARG
  1963. 1B30D   Internal ARG (1:Real Number)
  1964. 1B30D:  Arg_real
  1965. 1B32A   SIGN (XLIB 2 78)
  1966. 1B32A:  Cmd_sigmaN
  1967. 1B32A;  /U xSIGN
  1968. 1B361^  <7D877h>
  1969. 1B374   sqrt (XLIB 2 79)
  1970. 1B374:  Cmd_sqrt
  1971. 1B374;  /U xSQRT
  1972. 1B3BF^  <7D58Eh>
  1973. 1B3F5   Internal sqrt (1:Real Number)
  1974. 1B3F5:  Sqrt_real
  1975. 1B426   SQ (XLIB 2 80)
  1976. 1B426:  Cmd_SQ
  1977. 1B426;  /U xSQ
  1978. 1B471^  <7D50Ch>
  1979. 1B47B   Internal SQ (1:Real Number)
  1980. 1B47B:  Sq_real
  1981. 1B48F   Internal SQ (1:Complex Number)
  1982. 1B48F:  Sq_complex
  1983. 1B4AC   SIN (XLIB 2 81)
  1984. 1B4AC:  Cmd_SIN
  1985. 1B4AC;  /U xSIN
  1986. 1B4F2^  <7C5D3h>
  1987. 1B505   COS (XLIB 2 82)
  1988. 1B505:  Cmd_COS
  1989. 1B505;  /U xCOS
  1990. 1B54B^  <7C768h>
  1991. 1B55E   TAN (XLIB 2 83)
  1992. 1B55E:  Cmd_TAN
  1993. 1B55E;  /U xTAN
  1994. 1B5A4^  <7C844h>
  1995. 1B5B7   SINH (XLIB 2 84)
  1996. 1B5B7:  Cmd_SINH
  1997. 1B5B7;  /U xSINH
  1998. 1B5F3^  <7CC18h>
  1999. 1B606   COSH (XLIB 2 85)
  2000. 1B606:  Cmd_COSH
  2001. 1B606;  /U xCOSH
  2002. 1B642^  <7CDCBh>
  2003. 1B655   TANH (XLIB 2 86)
  2004. 1B655:  Cmd_TANH
  2005. 1B655;  /U xTANH
  2006. 1B691^  <7CF1Fh>
  2007. 1B6A4   ASIN (XLIB 2 87)
  2008. 1B6A4:  Cmd_ASIN
  2009. 1B6A4;  /U xASIN
  2010. 1B6E0^  <7CA2Eh>
  2011. 1B6EA   Internal ASIN (1:Real Number)
  2012. 1B6EA:  Asin_real
  2013. 1B72F   ACOS (XLIB 2 88)
  2014. 1B72F:  Cmd_ACOS
  2015. 1B72F;  /U xACOS
  2016. 1B76B^  <7CACEh>
  2017. 1B775   Internal ACOS (1:Real Number)
  2018. 1B775:  Acos_real
  2019. 1B79C   ATAN (XLIB 2 89)
  2020. 1B79C:  Cmd_ATAN
  2021. 1B79C;  /U xATAN
  2022. 1B7D8^  <7CB6Eh>
  2023. 1B7EB   ASINH (XLIB 2 90)
  2024. 1B7EB:  Cmd_ASINH
  2025. 1B7EB;  /U xASINH
  2026. 1B830   ACOSH (XLIB 2 91)
  2027. 1B830:  Cmd_ACOSH
  2028. 1B830;  /U xACOSH
  2029. 1B86C   Internal ACOSH (1:Real Number)
  2030. 1B86C:  Acosh_real
  2031. 1B8A2   ATANH (XLIB 2 92)
  2032. 1B8A2:  Cmd_ATANH
  2033. 1B8A2;  /U xATANH
  2034. 1B8DE   Internal ATANH (1:Real Number)
  2035. 1B8DE:  Atanh_real
  2036. 1B905   EXP (XLIB 2 93)
  2037. 1B905:  Cmd_EXP
  2038. 1B905;  /U xEXP
  2039. 1B94F   LN (XLIB 2 94)
  2040. 1B94F:  Cmd_LN
  2041. 1B94F;  /U xLN
  2042. 1B98B^  <7D1AAh>
  2043. 1B995   Internal LN (1:Real Number)
  2044. 1B995:  Ln_real
  2045. 1B9C6   LOG (XLIB 2 95)
  2046. 1B9C6:  Cmd_LOG
  2047. 1B9C6;  /U xLOG
  2048. 1BA02^  <7D231h>
  2049. 1BA0C   Internal LOG (1:Real Number)
  2050. 1BA0C=  Log_real
  2051. 1BA3D   ALOG (XLIB 2 96)
  2052. 1BA3D:  Cmd_ALOG
  2053. 1BA3D;  /U xALOG
  2054. 1BA79^  <7D11Dh>
  2055. 1BA8C   LNP1 (XLIB 2 97)
  2056. 1BA8C:  Cmd_LNP1
  2057. 1BA8C;  /U xLNP1
  2058. 1BAC2   EXPM (XLIB 2 98)
  2059. 1BAC2:  Cmd_EXPM
  2060. 1BAC2;  /U xEXPM
  2061. 1BAEF^  <7D0A0h>
  2062. 1BB02   ! (XLIB 2 99)
  2063. 1BB02:  Cmd_fact
  2064. 1BB02;  /U xFACT
  2065. 1BB41   FACT (XLIB 2 100)
  2066. 1BB41:  Cmd_FACT
  2067. 1BB41;  /U preFACT
  2068. 1BB6D   IP (XLIB 2 101)
  2069. 1BB6D:  Cmd_IP
  2070. 1BB6D;  /U xIP
  2071. 1BBA3   FP (XLIB 2 102)
  2072. 1BBA3:  Cmd_FP
  2073. 1BBA3;  /U xFP
  2074. 1BBD9   FLOOR (XLIB 2 103)
  2075. 1BBD9:  Cmd_FLOOR
  2076. 1BBD9;  /U xFLOOR
  2077. 1BC0F   CEIL (XLIB 2 104)
  2078. 1BC0F:  Cmd_CEIL
  2079. 1BC0F;  /U xCEIL
  2080. 1BC45   XPON (XLIB 2 105)
  2081. 1BC45:  Cmd_XPON
  2082. 1BC45;  /U xXPON
  2083. 1BC71   MAX (XLIB 2 106)
  2084. 1BC71:  Cmd_MAX
  2085. 1BC71;  /U xMAX
  2086. 1BCE3   MIN (XLIB 2 107)
  2087. 1BCE3:  Cmd_MIN
  2088. 1BCE3;  /U xMIN
  2089. 1BD55   RND (XLIB 2 108)
  2090. 1BD55:  Cmd_RND
  2091. 1BD55;  /U xRND
  2092. 1BDD1   TRNC (XLIB 2 109)
  2093. 1BDD1:  Cmd_TRNC
  2094. 1BDD1;  /U xTRNC
  2095. 1BE4D   MOD (XLIB 2 110)
  2096. 1BE4D:  Cmd_MOD
  2097. 1BE4D;  /U xMOD
  2098. 1BE9C   MANT (XLIB 2 111)
  2099. 1BE9C:  Cmd_MANT
  2100. 1BE9C;  /U xMANT
  2101. 1BEC8   D->R (XLIB 2 112)
  2102. 1BEC8:  Cmd_DtoR
  2103. 1BEC8;  /U xD>R
  2104. 1BEF4   R->D (XLIB 2 113)
  2105. 1BEF4:  Cmd_RtoD
  2106. 1BEF4;  /U xR>D
  2107. 1BF1E   ->HMS (XLIB 2 114)
  2108. 1BF1E:  Cmd_toHMS
  2109. 1BF1E;  /U x>HMS
  2110. 1BF3E   HMS-> (XLIB 2 115)
  2111. 1BF3E:  Cmd_HMSto
  2112. 1BF3E;  /U xHMS>
  2113. 1BF5E   HMS+ (XLIB 2 116)
  2114. 1BF5E:  Cmd_HMSadd
  2115. 1BF5E;  /U xHMS+
  2116. 1BF7E   HMS- (XLIB 2 117)
  2117. 1BF7E:  Cmd_HMSsub
  2118. 1BF7E;  /U xHMS-
  2119. 1BF9E   RNRM (XLIB 2 118)
  2120. 1BF9E:  Cmd_RNRM
  2121. 1BF9E;  /U xRNRM
  2122. 1BFBE   CNRM (XLIB 2 119)
  2123. 1BFBE:  Cmd_CNRM
  2124. 1BFBE;  /U xCNRM
  2125. 1BFDE   DET (XLIB 2 120)
  2126. 1BFDE:  Cmd_DET
  2127. 1BFDE;  /U xDET
  2128. 1BFFE   DOT (XLIB 2 121)
  2129. 1BFFE:  Cmd_DOT
  2130. 1BFFE;  /U xDOT
  2131. 1C007:  Cmd_percentT
  2132. 1C01E   CROSS (XLIB 2 122)
  2133. 1C01E:  Cmd_CROSS
  2134. 1C01E;  /U xCROSS
  2135. 1C03E   RSD (XLIB 2 123)
  2136. 1C03E:  Cmd_RSD
  2137. 1C03E;  /U xRSD
  2138. 1C060   % (XLIB 2 124)
  2139. 1C060:  Cmd_percent
  2140. 1C060;  /U x%
  2141. 1C0D7   %T (XLIB 2 125)
  2142. 1C0D7;  /U x%T
  2143. 1C149   %CH (XLIB 2 126)
  2144. 1C149:  Cmd_percentCH
  2145. 1C149;  /U x%CH
  2146. 1C1B9   RAND (XLIB 2 127)
  2147. 1C1B9:  Cmd_RAND
  2148. 1C1B9;  /U xRAND
  2149. 1C1D4   RDZ (XLIB 2 128)
  2150. 1C1D4:  Cmd_RDZ
  2151. 1C1D4;  /U xRDZ
  2152. 1C1F6   COMB (XLIB 2 129)
  2153. 1C1F6:  Cmd_COMB
  2154. 1C1F6;  /U xCOMB
  2155. 1C236   PERM (XLIB 2 130)
  2156. 1C236:  Cmd_PERM
  2157. 1C236;  /U xPERM
  2158. 1C274   SF (XLIB 2 131)
  2159. 1C274:  Cmd_SF
  2160. 1C274;  /U xSF
  2161. 1C28D   Internal SF (1:Real Number)
  2162. 1C28D:  Sf_real
  2163. 1C2B0   TOS (Real) -> System Binary / TOS (Real) > 0 -> True/False
  2164. 1C2B0:  RealToShort_Dup_Ge1p
  2165. 1C2D5   CF (XLIB 2 132)
  2166. 1C2D5:  Cmd_CF
  2167. 1C2D5;  /U xCF
  2168. 1C2EE   Internal CF (1:Real Number)
  2169. 1C2EE:  Cf_real
  2170. 1C313   FS? (XLIB 2 133)
  2171. 1C313:  Cmd_FSp
  2172. 1C313;  /U xFS?
  2173. 1C32C   Internal FS? (1:Real Number)
  2174. 1C32C:  Fsp_real
  2175. 1C331   Internal FS? (1:Real Number) -> True/False
  2176. 1C331:  TestFlag_real
  2177. 1C360   FC? (XLIB 2 134)
  2178. 1C360:  Cmd_FCp
  2179. 1C360;  /U xFC?
  2180. 1C379   Internal FC? (1:Real Number)
  2181. 1C379:  Fcp_real
  2182. 1C399   DEG (XLIB 2 135)
  2183. 1C399:  Cmd_DEG
  2184. 1C399;  /U xDEG
  2185. 1C3B4   RAD (XLIB 2 136)
  2186. 1C3B4:  Cmd_RAD
  2187. 1C3B4;  /U xRAD
  2188. 1C3CF   GRAD (XLIB 2 137)
  2189. 1C3CF:  Cmd_GRAD
  2190. 1C3CF;  /U xGRAD
  2191. 1C3EA   FIX (XLIB 2 138)
  2192. 1C3EA:  Cmd_FIX
  2193. 1C3EA;  /U xFIX
  2194. 1C403   Internal FIX (1:Real Number)
  2195. 1C403:  Fix_short
  2196. 1C41E   SCI (XLIB 2 139)
  2197. 1C41E:  Cmd_SCI
  2198. 1C41E;  /U xSCI
  2199. 1C437   Internal SCI (1:Real Number)
  2200. 1C437:  Sci_real
  2201. 1C452   ENG (XLIB 2 140)
  2202. 1C452:  Cmd_ENG
  2203. 1C452;  /U xENG
  2204. 1C46B   Internal ENG (1:Real Number)
  2205. 1C46B:  Eng
  2206. 1C486   STD (XLIB 2 141)
  2207. 1C486:  Cmd_STD
  2208. 1C486;  /U xSTD
  2209. 1C4A1   FS?C (XLIB 2 142)
  2210. 1C4A1:  Cmd_FSC
  2211. 1C4A1;  /U xFS?C
  2212. 1C4BA   Internal FS?C (1:Real Number)
  2213. 1C4BA:  Fscp_real
  2214. 1C4BF   Internal FS?C (1:Real Number) -> True/False
  2215. 1C4BF=  Fccp
  2216. 1C4CE:  Test_and_clear_user_flag
  2217. 1C4EC:  Test_and_clear_system_flag
  2218. 1C520   FC?C (XLIB 2 143)
  2219. 1C520:  Cmd_FCC
  2220. 1C520;  /U xFC?C
  2221. 1C539   Internal FC?C (1:Real Number)
  2222. 1C539:  Fcc_real
  2223. 1C559   BIN (XLIB 2 144)
  2224. 1C559:  Cmd_BIN
  2225. 1C559;  /U xBIN
  2226. 1C574   DEC (XLIB 2 145)
  2227. 1C574:  Cmd_DEC
  2228. 1C574;  /U xDEC
  2229. 1C58F   HEX (XLIB 2 146)
  2230. 1C58F:  Cmd_HEX
  2231. 1C58F;  /U xHEX
  2232. 1C5AA   OCT (XLIB 2 147)
  2233. 1C5AA:  Cmd_OCT
  2234. 1C5AA;  /U xOCT
  2235. 1C5C5   STWS (XLIB 2 148)
  2236. 1C5C5:  Cmd_STWS
  2237. 1C5C5;  /U xSTWS
  2238. 1C5FE   RCWS (XLIB 2 149)
  2239. 1C5FE:  Cmd_RCWS
  2240. 1C5FE;  /U xRCWS
  2241. 1C619   RCLF (XLIB 2 150)
  2242. 1C619:  Cmd_RCLF
  2243. 1C619;  /U xRCLF
  2244. 1C637 P Internal recall System Flags
  2245. 1C637-P rclf_(system_flags)
  2246. 1C637:P Get_system_flags
  2247. 1C64E P Internal recall User Flags
  2248. 1C64E-P rclf_(user_flags) 
  2249. 1C64E:P Get_user_flags
  2250. 1C661   push Binary Integer @ D0
  2251. 1C67F   STOF (XLIB 2 151)
  2252. 1C67F:  Cmd_STOF
  2253. 1C67F;  /U xSTOF
  2254. 1C6A2   Internal STOF (1:List)
  2255. 1C6A2:  StoF_list
  2256. 1C6CF   Internal STOF (2:Binary Integer,1:Binary Integer)
  2257. 1C6CF:  StoF
  2258. 1C6E3   Internal STOF (system) (1:Binary Integer)
  2259. 1C6E3:  StoF_sysflags_bin
  2260. 1C6F7 P Store user flags (1:Binary Integer)
  2261. 1C6F7-P stof_(user_flags)_1binary
  2262. 1C6F7:P Set_user_flags
  2263. 1C731 P Store system flags (1:Binary Integer)
  2264. 1C731-P stof_(system_flags)_1binary
  2265. 1C731:P Set_system_flags
  2266. 1C783   ->LIST (XLIB 2 152)
  2267. 1C783:  Cmd_toLIST
  2268. 1C783;  /U x>LIST
  2269. 1C79E   R->C (XLIB 2 153)
  2270. 1C79E:  Cmd_RtoC
  2271. 1C79E;  /U xR>C
  2272. 1C7CA   RE (XLIB 2 154)
  2273. 1C7CA:  Cmd_RE
  2274. 1C7CA;  /U xRE
  2275. 1C819   IM (XLIB 2 155)
  2276. 1C819:  Cmd_IM
  2277. 1C819;  /U xIM
  2278. 1C85C   SUB (XLIB 2 156)
  2279. 1C85C:  Cmd_SUB
  2280. 1C85C;  /U xSUB
  2281. 1C87A:  Short_c55h
  2282. 1C889:  Short_c22h
  2283. 1C898:  Short_855h
  2284. 1C8A7:  Short_822h
  2285. 1C8BB   Internal SUB (3:String,2:Real Number,1:Real Number)
  2286. 1C8BB:  Sub_Str_Real_Real
  2287. 1C8CF   Internal SUB (3:List,2:Real Number,1:Real Number)
  2288. 1C8CF:  Sub_CArr_Real_Real
  2289. 1C8EA   REPL (XLIB 2 157)
  2290. 1C8EA:  Cmd_REPL
  2291. 1C8EA;  /U xREPL
  2292. 1C8F4:  Short_c5ch
  2293. 1C903:  Short_c2ch
  2294. 1C912:  Short_85ch
  2295. 1C921:  Short_82ch
  2296. 1C930:  Short_313h
  2297. 1C93F:  Short_515h
  2298. 1C95A   LIST-> (XLIB 2 158)
  2299. 1C95A:  Cmd_LISTto
  2300. 1C95A;  /U xLIST>
  2301. 1C973   explode composite object -> (N:...,1:Real Number)
  2302. 1C973:  ListAlgPrgTo_ToReal
  2303. 1C98E   C->R (XLIB 2 159)
  2304. 1C98E:  Cmd_CtoR
  2305. 1C98E;  /U xC>R
  2306. 1C9B8   SIZE (XLIB 2 160)
  2307. 1C9B8:  Cmd_SIZE
  2308. 1C9B8;  /U xSIZE
  2309. 1CA0D:  Size_unknown
  2310. 1CA26   Internal SIZE (1:String)
  2311. 1CA26:  Size_string
  2312. 1CA3A   Internal SIZE (1:Unit)
  2313. 1CA3A:  Size_listUnit_toReal
  2314. 1CA4E   Internal SIZE (1:Array)
  2315. 1CA4E:  Size_array
  2316. 1CA62   Internal SIZE (1:Graphic)
  2317. 1CA62:  Size_GROB
  2318. 1CA85   Internal SIZE (1:Binary Integer)
  2319. 1CA85:  Size_prg
  2320. 1CAB4   POS (XLIB 2 161)
  2321. 1CAB4:  Cmd_POS
  2322. 1CAB4;  /U xPOS
  2323. 1CAD7   Internal POS (2:String,1:String)
  2324. 1CAD7:  Pos_string_string
  2325. 1CAF0   Internal POS (2:List,1:Any)
  2326. 1CAF0:  Pos_list_any
  2327. 1CB0B   ->STR (XLIB 2 162)
  2328. 1CB0B:  Cmd_toSTR
  2329. 1CB0B;  /U x>STR
  2330. 1CB26   STR-> (XLIB 2 163)
  2331. 1CB26:  Cmd_STRto
  2332. 1CB26;  /U xSTR>
  2333. 1CB46   NUM (XLIB 2 164)
  2334. 1CB46:  Cmd_NUM
  2335. 1CB46;  /U xNUM
  2336. 1CB66   CHR (XLIB 2 165)
  2337. 1CB66:  Cmd_CHR
  2338. 1CB66;  /U xCHR
  2339. 1CB86   TYPE (XLIB 2 166)
  2340. 1CB86:  Cmd_TYPE
  2341. 1CB86;  /U xTYPE
  2342. 1CB90   Internal TYPE (1:Any)
  2343. 1CC03:  Real_11
  2344. 1CC1D:  Real_12
  2345. 1CC37:  Real_13
  2346. 1CC51:  Real_14
  2347. 1CC6B:  Real_20
  2348. 1CC85:  Real_15
  2349. 1CC9A:  Short_3fh
  2350. 1CCA4:  Real_21
  2351. 1CCB9:  Short_4fh
  2352. 1CCC3:  Real_22
  2353. 1CCD8:  Short_5fh
  2354. 1CCE2:  Real_23
  2355. 1CCF7:  Short_6fh
  2356. 1CD01:  Real_24
  2357. 1CD16:  Short_7fh
  2358. 1CD20:  Real_25
  2359. 1CD3A:  Real_16
  2360. 1CD54:  Real_17
  2361. 1CD69:  Short_afh
  2362. 1CD73:  Real_26
  2363. 1CD8D:  Real_27
  2364. 1CDB1   Internal TYPE (1:Array)
  2365. 1CDB1:  Type_array
  2366. 1CDD4   Internal TYPE (1:Program)
  2367. 1CDD4:  Type_prg
  2368. 1CDF2:  Real_18
  2369. 1CE07:  Real_19
  2370. 1CE28   VTYPE (XLIB 2 167)
  2371. 1CE28:  Cmd_VTYPE
  2372. 1CE28;  /U xVTYPE
  2373. 1CE55   Internal VTYPE (1:Global Name/Local Name)
  2374. 1CE82   Internal VTYPE (1:Tagged)
  2375. 1CEAF^  <204h>
  2376. 1CEE3   EQ-> (XLIB 2 168)
  2377. 1CEE3:  Cmd_EQto
  2378. 1CEE3;  /U xEQ>
  2379. 1CF2E   Internal EQ-> (1:Algebraic)
  2380. 1CF7B   OBJ-> (XLIB 2 169)
  2381. 1CF7B:  Cmd_OBJto
  2382. 1CF7B;  /U xOBJ>
  2383. 1CFD0   Internal OBJ-> (1:Algebraic)
  2384. 1D009   ->ARRY (XLIB 2 170)
  2385. 1D009:  Cmd_toARRAY
  2386. 1D02C   Internal ->ARRY (1:Real Number)
  2387. 1D040   Internal ->ARRY (1:List)
  2388. 1D092   ARRY-> (XLIB 2 171)
  2389. 1D092:  Cmd_ARRYto
  2390. 1D092;  /U xARRY>
  2391. 1D0AB   Internal ARRY-> (1:Array)
  2392. 1D0DE:  Cmd_RDM
  2393. 1D0DF   RDM (XLIB 2 172)
  2394. 1D0DF;  /U xRDM
  2395. 1D10C   Internal RDM (2:Array,1:List)
  2396. 1D125   Internal RDM (2:Global Name,1:List)
  2397. 1D152   Internal RDM (2:Local Name,1:List)
  2398. 1D186   CON (XLIB 2 173)
  2399. 1D186:  Cmd_CON
  2400. 1D186;  /U xCON
  2401. 1D1D6^  <72h>
  2402. 1D1EA   Internal CON (2:List,1:Real Number/Complex Number)
  2403. 1D221   Internal CON (2:List,1:Complex Number)
  2404. 1D23F   Internal CON (2:Global Name,1:Real Number)
  2405. 1D262   Internal CON (2:Global Name,1:Complex Number)
  2406. 1D28A   Internal CON (2:Local Name,1:Real Number)
  2407. 1D2AD   Internal CON (2:Local Name,1:Complex Number)
  2408. 1D2DC   IDN (XLIB 2 174)
  2409. 1D2DC:  Cmd_IDN
  2410. 1D2DC;  /U xIDN
  2411. 1D313   Internal IDN (1:Real Number)
  2412. 1D34A   Internal IDN (1:Global Name)
  2413. 1D36D   Internal IDN (1:Local Name)
  2414. 1D392   TRN (XLIB 2 175)
  2415. 1D392:  Cmd_TRN
  2416. 1D392;  /U xTRN
  2417. 1D3BF   Internal TRN (1:Global Name)
  2418. 1D3E2   Internal TRN (1:Local Name)
  2419. 1D407   PUT (XLIB 2 176)
  2420. 1D407:  Cmd_PUT
  2421. 1D407;  /U xPUT
  2422. 1D42F^  <750h>
  2423. 1D448^  <710h>
  2424. 1D484   Internal PUT (3:Global Name,2:Real Number/List,1:Any)
  2425. 1D4DE   Internal PUT (3:Array,2:Real Number/List,1:Real Number/Complex Number)
  2426. 1D524   Internal PUT (3:List,2:Real Number/List,1:Any)
  2427. 1D565   Internal PUT (3:Local Name,2:Real Number/List,1:Any)
  2428. 1D5DF   PUTI (XLIB 2 177)
  2429. 1D5DF:  Cmd_PUTI
  2430. 1D5DF;  /U xPUTI
  2431. 1D611^  <750h>
  2432. 1D620^  <710h>
  2433. 1D65C   Internal PUTI (3:Global Name,2:Real Number/List,1:Any)
  2434. 1D6B6   Internal PUTI (3:Array,2:Real Number/List,1:Real Number/Complex Number)
  2435. 1D701   Internal PUTI (3:List,2:Real Number/List,1:Any)
  2436. 1D747   Internal PUTI (3:Local Name,2:Real Number/List,1:Any)
  2437. 1D7C6   GET (XLIB 2 178)
  2438. 1D7C6:  Cmd_GET
  2439. 1D7C6;  /U xGET
  2440. 1D825   Internal GET (2:Global Name/Local Name,1:Real Number/List)
  2441. 1D825:  Get_global_real
  2442. 1D86B   Internal GET (2:Array,1:Real Number/List)
  2443. 1D86B:  Get_array_real
  2444. 1D898   Internal GET (2:List,1:Real Number/List)
  2445. 1D898:  Get_list_real
  2446. 1D8C7   GETI (XLIB 2 179)
  2447. 1D8C7:  Cmd_GETI
  2448. 1D8C7;  /U xGETI
  2449. 1D926   Internal GETI (2:Global Name/Local Name,1:Real Number/List)
  2450. 1D96C   Internal GETI (2:Array,1:Real Number/List)
  2451. 1D9BC   Internal GETI (2:List,1:Real Number/List)
  2452. 1DB5B:  Assert_range
  2453. 1DD06   V-> (XLIB 2 180)
  2454. 1DD06:  Cmd_Vto
  2455. 1DD06;  /U xV>
  2456. 1DD29   Internal V-> (1:Complex Number)
  2457. 1DD3D   Internal V-> (1:Array)
  2458. 1DE66   ->V2 (XLIB 2 181)
  2459. 1DE66:  Cmd_toV2
  2460. 1DE66;  /U x>V2
  2461. 1DE7F   Internal ->V2 (2:Real Number,1:Real Number)
  2462. 1DEC2   ->V3 (XLIB 2 182)
  2463. 1DEC2:  Cmd_toV3
  2464. 1DEC2;  /U x>V3
  2465. 1DEDB   Internal ->V3 (3:Real Number,2:Real Number,1:Real Number)
  2466. 1DF30:  Eval_lev3_alg
  2467. 1DFDF:  Eval_alg_to_real
  2468. 1E04A   INDEP (XLIB 2 183)
  2469. 1E04A:  Cmd_INDEP
  2470. 1E04A;  /U xINDEP
  2471. 1E07E   PMIN (XLIB 2 184)
  2472. 1E07E:  Cmd_PMIN
  2473. 1E07e;  /U xPMIN
  2474. 1E09E   PMAX (XLIB 2 185)
  2475. 1E09E:  Cmd_PMAX
  2476. 1E09E;  /U xPMAX
  2477. 1E0BE   AXES (XLIB 2 186)
  2478. 1E0BE:  Cmd_AXES
  2479. 1E0BE;  /U xAXES
  2480. 1E0E8   CENTR (XLIB 2 187)
  2481. 1E0E8:  Cmd_CENTR
  2482. 1E0E8;  /U xCENTR
  2483. 1E101   Internal CENTR (1:Real Number)
  2484. 1E126   RES (XLIB 2 188)
  2485. 1E126:  Cmd_RES
  2486. 1E126;  /U xRES
  2487. 1E150   *H (XLIB 2 189)
  2488. 1E150:  Cmd_mulH
  2489. 1E150;  /U x*H
  2490. 1E170   *W (XLIB 2 190)
  2491. 1E170:  Cmd_mulW
  2492. 1E170;  /U x*W
  2493. 1E190   DRAW (XLIB 2 191)
  2494. 1E190:  Cmd_DRAW
  2495. 1E190;  /U xDRAW
  2496. 1E1AB   AUTO (XLIB 2 192)
  2497. 1E1AB:  Cmd_AUTO
  2498. 1E1AB;  /U xAUTO
  2499. 1E1C6   DRAX (XLIB 2 193)
  2500. 1E1C6:  Cmd_DRAX
  2501. 1E1C6;  /U xDRAX
  2502. 1E1E1   SCALE (XLIB 2 194)
  2503. 1E1E1:  Cmd_SCALE
  2504. 1E1E1;  /U xSCALE
  2505. 1E201   PDIM (XLIB 2 195)
  2506. 1E201:  Cmd_PDIM
  2507. 1E201;  /U xPDIM
  2508. 1E22B   DEPND (XLIB 2 196)
  2509. 1E22B:  Cmd_DEPND
  2510. 1E22B;  /U xDEPND
  2511. 1E25F   ERASE (XLIB 2 197)
  2512. 1E25F:  Cmd_ERASE
  2513. 1E25F;  /U xERASE
  2514. 1E27A   PX->C (XLIB 2 198)
  2515. 1E27A:  Cmd_PXtoC
  2516. 1E27A;  /U xPX>C
  2517. 1E29A   C->PX (XLIB 2 199)
  2518. 1E29A:  Cmd_CtoPX
  2519. 1E29A;  /U xC>PX
  2520. 1E2BA   GRAPH (XLIB 2 200)
  2521. 1E2BA:  Cmd_GRAPH
  2522. 1E2BA;  /U xGRAPH
  2523. 1E2D5   LABEL (XLIB 2 201)
  2524. 1E2D5:  Cmd_LABEL
  2525. 1E2D5;  /U xLABEL
  2526. 1E2F0   PVIEW (XLIB 2 202)
  2527. 1E2F0:  Cmd_PVIEW
  2528. 1E2F0;  /U xPVIEW
  2529. 1E31A   PIXON (XLIB 2 203)
  2530. 1E31A:  Cmd_PIXON
  2531. 1E31A;  /U xPIXON
  2532. 1E344   PIXOFF (XLIB 2 204)
  2533. 1E344:  Cmd_PIXOFF
  2534. 1E344;  /U xPIXOFF
  2535. 1E36E   PIX? (XLIB 2 205)
  2536. 1E36E:  Cmd_PIXp
  2537. 1E36E;  /U xPIX?
  2538. 1E398   LINE (XLIB 2 206)
  2539. 1E398:  Cmd_LINE
  2540. 1E398;  /U xLINE
  2541. 1E3C2   TLINE (XLIB 2 207)
  2542. 1E3C2:  Cmd_TLINE
  2543. 1E3C2;  /U xTLINE
  2544. 1E3EC   BOX (XLIB 2 208)
  2545. 1E3EC:  Cmd_BOX
  2546. 1E3EC;  /U xBOX
  2547. 1E416   BLANK (XLIB 2 209)
  2548. 1E416:  Cmd_BLANK
  2549. 1E416;  /U xBLANK
  2550. 1E436   PICT (XLIB 2 210)
  2551. 1E436:  Cmd_PICT
  2552. 1E436;  /U xPICT
  2553. 1E456   GOR (XLIB 2 211)
  2554. 1E456:  Cmd_GOR
  2555. 1E456;  /U xGOR
  2556. 1E460:  Short_c5ch              <c5ch>
  2557. 1E46A   Internal GOR (3:Graphic,2:List,1:Graphic)
  2558. 1E47E:  Short_c2ch              <c2ch>
  2559. 1E488   Internal GOR (3:Graphic,2:Complex Number,1:Graphic)
  2560. 1E49C:  Short_85ch              <85ch>
  2561. 1E4A6   Internal GOR (3:PICT,2:List,1:Graphic)
  2562. 1E4BA:  Short_82ch              <82ch>
  2563. 1E4C4   Internal GOR (3:PICT,2:Complex Number,1:Graphic)
  2564. 1E4E4   GXOR (XLIB 2 212)
  2565. 1E4E4:  Cmd_GXOR
  2566. 1E4E4;  /U xGXOR
  2567. 1E4EE^  <C5Ch>
  2568. 1E50C^  <C2Ch>
  2569. 1E52A^  <85Ch>
  2570. 1E548^  <82Ch>
  2571. 1E572   LCD-> (XLIB 2 213)
  2572. 1E572:  Cmd_LCDto
  2573. 1E572;  /U xLCD>
  2574. 1E58D   ->LCD (XLIB 2 214)
  2575. 1E58D:  Cmd_toLCD
  2576. 1E58D;  /U x>LCD
  2577. 1E5AD   ->GROB (XLIB 2 215)
  2578. 1E5AD:  Cmd_toGROB
  2579. 1E5AD;  /U x>GROB
  2580. 1E5B7^  <1h>
  2581. 1E5D2   ARC (XLIB 2 216)
  2582. 1E5D2:  Cmd_ARC
  2583. 1E5D2;  /U xARC
  2584. 1E5DC^  <2111h>
  2585. 1E5EB^  <5B11h>
  2586. 1E606   TEXT (XLIB 2 217)
  2587. 1E606:  Cmd_TEXT
  2588. 1E606;  /U xTEXT
  2589. 1E621   XRNG (XLIB 2 218)
  2590. 1E621:  Cmd_XRNG
  2591. 1E621;  /U xXRNG
  2592. 1E641   YRNG (XLIB 2 219)
  2593. 1E641:  Cmd_YRNG
  2594. 1E641;  /U xYRNG
  2595. 1E661   FUNCTION (XLIB 2 220)
  2596. 1E661:  Cmd_FUNCTN
  2597. 1E661;  /U xFUNCTION
  2598. 1E681   CONIC (XLIB 2 221)
  2599. 1E681:  Cmd_CONIC
  2600. 1E681;  /U xCONIC
  2601. 1E6A1   POLAR (XLIB 2 222)
  2602. 1E6A1:  Cmd_POLAR
  2603. 1E6A1;  /U xPOLAR
  2604. 1E6C1   PARAMETRIC (XLIB 2 223)
  2605. 1E6C1:  Cmd_PARMTRC
  2606. 1E6C1;  /U xPARAMETRIC
  2607. 1E6E1   TRUTH (XLIB 2 224)
  2608. 1E6E1:  Cmd_TRUTH
  2609. 1E6E1;  /U xTRUTH
  2610. 1E701   SCATTER (XLIB 2 225)
  2611. 1E701:  Cmd_SCATTER
  2612. 1E701;  /U xSCATTER
  2613. 1E721   HISTOGRAM (XLIB 2 226)
  2614. 1E721:  Cmd_HISTGRM
  2615. 1E721;  /U xHISTOGRAM
  2616. 1E741   BAR (XLIB 2 227)
  2617. 1E741:  Cmd_BAR
  2618. 1E741;  /U xBAR
  2619. 1E761   SAME (XLIB 2 228)
  2620. 1E761:  Cmd_SAME
  2621. 1E761;  /U xSAME
  2622. 1E783   AND (XLIB 2 229)
  2623. 1E783:  Cmd_AND
  2624. 1E783;  /U xAND
  2625. 1E7DD   Internal AND (2:Real Number,1:Real Number)
  2626. 1E809   OR (XLIB 2 230)
  2627. 1E809:  Cmd_OR
  2628. 1E809;  /U xOR
  2629. 1E863   Internal OR (2:Real Number,1:Real Number)
  2630. 1E88F   NOT (XLIB 2 231)
  2631. 1E88F:  Cmd_NOT
  2632. 1E88F;  /U xNOT
  2633. 1E8D9   Internal NOT (1:Real Number)
  2634. 1E8F6   XOR (XLIB 2 232)
  2635. 1E8F6:  Cmd_XOR
  2636. 1E8F6;  /U xXOR
  2637. 1E946   Internal XOR (2:Real Number,1:Real Number)
  2638. 1E972   == (XLIB 2 233)
  2639. 1E972:  Cmd_equalp
  2640. 1E972;  /U x==
  2641. 1EA30   Internal == (2:Any,1:Any)
  2642. 1EA44   Internal == (2:Tagged/Any,1:Tagged/Any)
  2643. 1EA6C   Internal == (2:Real Number,1:Complex Number)
  2644. 1EA76   Internal == (2:Complex Number,1:Real Number)
  2645. 1EA9D   != (XLIB 2 234)
  2646. 1EA9D:  Cmd_notEqualp
  2647. 1EA9D;  /U x#?
  2648. 1EB51   Internal != (2:Any,1:Any)
  2649. 1EB65   Internal != (2:Tagged/Any,1:Tagged/Any)
  2650. 1EB8D   Internal != (2:Real Number,1:Complex Number)
  2651. 1EB97   Internal != (2:Complex Number,1:Real Number)
  2652. 1EBBE   < (XLIB 2 235)
  2653. 1EBBE:  Cmd_lessThanp
  2654. 1EBBE;  /U x<
  2655. 1EC40   Internal < (2:Real Number,1:Real Number)
  2656. 1EC5D   > (XLIB 2 236)
  2657. 1EC5D:  Cmd_greaterThanp
  2658. 1EC5D;  /U x>
  2659. 1ECDF   Internal > (2:Real Number,1:Real Number)
  2660. 1ECFC   <= (XLIB 2 237)
  2661. 1ECFC:  Cmd_lessOrEqp
  2662. 1ECFC;  /U x<=?
  2663. 1ED7E   Internal <= (2:Real Number,1:Real Number)
  2664. 1ED9B   >= (XLIB 2 238)
  2665. 1ED9B:  Cmd_greaterOrEqp
  2666. 1ED9B;  /U x>=?
  2667. 1EE1D   Internal >= (2:Real Number,1:Real Number)
  2668. 1EE38   OLDPRT (XLIB 2 239)
  2669. 1EE38:  Cmd_OLDPRT
  2670. 1EE38;  /U xOLDPRT
  2671. 1EE53   PR1 (XLIB 2 240)
  2672. 1EE53:  Cmd_PR1
  2673. 1EE53;  /U xPR1
  2674. 1EE6E   PRSTC (XLIB 2 241)
  2675. 1EE6E:  Cmd_PRSTC
  2676. 1EE6E;  /U xPRSTC
  2677. 1EE89   PRST (XLIB 2 242)
  2678. 1EE89:  Cmd_PRST
  2679. 1EE89;  /U xPRST
  2680. 1EEA4   CR (XLIB 2 243)
  2681. 1EEA4:  Cmd_CR
  2682. 1EEA4;  /U xCR
  2683. 1EEBF   PRVAR (XLIB 2 244)
  2684. 1EEBF:  Cmd_PRVAR
  2685. 1EEBF;  /U xPRVAR
  2686. 1EEEC   Internal PRVAR (1:Tagged)
  2687. 1EF1E   Internal PRVAR (1:List)
  2688. 1EF43   DELAY (XLIB 2 245)
  2689. 1EF43:  Cmd_DELAY
  2690. 1EF43;  /U xDELAY
  2691. 1EF63   PRLCD (XLIB 2 246)
  2692. 1EF63:  Cmd_PRLCD
  2693. 1EF63;  /U xPRLCD
  2694. 1EF7E   delta (complete derivative) (XLIB 2 247)
  2695. 1EF7E:  Cmd_delta
  2696. 1EF7E;  /U rpnDER
  2697. 1EFCC:  Cmd_delta
  2698. 1EFD2   delta (stepwise derivative) (XLIB 2 248)
  2699. 1EFD2;  /U xDER
  2700. 1F00E:  Binary_1234250h
  2701. 1F024:  Short_7d9dfh
  2702. 1F02E:  Short_7d8eah
  2703. 1F038:  Short_7dda4h
  2704. 1F047   Internal DROP2 and push 0
  2705. 1F047:  Drop2_Real0
  2706. 1F05B-P 
  2707. 1F0F5   Internal delta (stepwise derivative) (2:Algebraic,1:Symbolic)
  2708. 1F133   RCEQ (XLIB 2 249)
  2709. 1F133:  Cmd_RCEQ
  2710. 1F133;  /U xRCEQ
  2711. 1F14E   STEQ (XLIB 2 250)
  2712. 1F14E:  Cmd_STEQ
  2713. 1F14E;  /U xSTEQ
  2714. 1F16E   ROOT (XLIB 2 251)
  2715. 1F16E:  Cmd_ROOT
  2716. 1F16E;  /U xROOT
  2717. 1F1D4   integral (stack syntax) (XLIB 2 252)
  2718. 1F1D4:  Cmd_integral
  2719. 1F1D4;  /U rpnINTG
  2720. 1F201   Internal integral (stack syntax)
  2721. 1F21D:  Cmd_integral
  2722. 1F223   integral (algebraic syntax) (XLIB 2 253)
  2723. 1F223;  /U xINTEGRAL
  2724. 1F25C^  <7DA20h>
  2725. 1F26B^  <7DF4Dh>
  2726. 1F27A   Internal integral (algebraic syntax)
  2727. 1F2C9   sigma (XLIB 2 254)
  2728. 1F2C9:  Cmd_sigma
  2729. 1F2C9;  /U xSUM
  2730. 1F2D3^  <A110h>
  2731. 1F2E2^  <AA10h>
  2732. 1F2F1^  <A1A0h>
  2733. 1F300^  <AAA0h>
  2734. 1F334^  <7DA6Bh>
  2735. 1F33E^  <7E029h>
  2736. 1F354   | (stack syntax) (XLIB 2 255)
  2737. 1F354:  Cmd_where
  2738. 1F354;  /U rpnWHERE
  2739. 1F38B   Internal | (stack syntax) (2:Symbolic,1:List)
  2740. 1F3ED:  Cmd_where_2
  2741. 1F3F3   | (algebraic syntax) (XLIB 2 256)
  2742. 1F3F3;  /U xWHERE
  2743. 1F42A^  <7DE99h>
  2744. 1F500   QUOTE (XLIB 2 257)
  2745. 1F500:  Cmd_QUOTE
  2746. 1F500;  /U xQUOTE
  2747. 1F533^  <7DB15h>
  2748. 1F542   Internal QUOTE (1:Algebraic)
  2749. 1F55D   APPLY (stack syntax) (XLIB 2 258)
  2750. 1F55D:  Cmd_APPLY
  2751. 1F55D;  /U rpnAPPLY
  2752. 1F585   Internal APPLY (stack syntax) (2:List,1:Global Name/Local Name)
  2753. 1F5C5   APPLY (algebraic syntax) (XLIB 2 259)
  2754. 1F5C5;  /U xAPPLY
  2755. 1F640   XLIB 2 260
  2756. 1F640;  /U xFCNAPPLY
  2757. 1F6CC^  <7DB42h>
  2758. 1F6D6^  <7DD13h>
  2759. 1F8CF   Internal STO (2:Any,1:Algebraic)
  2760. 1F96F   ''num' (Local Name)
  2761. 1F97E   ''fcn' (Local Name)
  2762. 1F996   XLIB 2 261
  2763. 1F996;  /U COMPLEXDUMMY
  2764. 1F9AE   XLIB 2 262
  2765. 1F9AE;  /U POLARDUMMY
  2766. 1F9C4   ->Q (XLIB 2 263)
  2767. 1F9C4:  Cmd_toQ
  2768. 1F9C4;  /U x->Q
  2769. 1F9E9   ->Qpi (XLIB 2 264)
  2770. 1F9E9:  Cmd_toQpi
  2771. 1F9E9;  /U x->QPI
  2772. 1FA59   ^MATCH (XLIB 2 265)
  2773. 1FA59:  Cmd_upMATCH
  2774. 1FA59;  /U xMATCHUP
  2775. 1FA8D   vMATCH (XLIB 2 266)
  2776. 1FA8D:  Cmd_downMATCH
  2777. 1FA8D;  /U xMATCHDN
  2778. 1FABA   Internal ^MATCH (2:Real Number/Complex Number/Symbolic,1:List)
  2779. 1FACE   Internal vMATCH (2:Real Number/Complex Number/Symbolic,1:List)
  2780. 1FAEB   _ (XLIB 2 267)
  2781. 1FAEB:  Cmd__
  2782. 1FAEB;  /U xFORMUNIT
  2783. 1FB31   Internal _ (1:Real Number/Unit)
  2784. 1FB5D   RATIO (XLIB 2 268)
  2785. 1FB5D:  Cmd_RATIO
  2786. 1FB5D;  /U xPREDIV
  2787. 1FB87   DUP (XLIB 2 269)
  2788. 1FB87:  Cmd_DUP
  2789. 1FB87;  /U xDUP
  2790. 1FBA2   DUP2 (XLIB 2 270)
  2791. 1FBA2:  Cmd_DUP2
  2792. 1FBA2;  /U xDUP2
  2793. 1FBBD   SWAP (XLIB 2 271)
  2794. 1FBBD:  Cmd_SWAP
  2795. 1FBBD;  /U xSWAP
  2796. 1FBD8   DROP (XLIB 2 272)
  2797. 1FBD8:  Cmd_DROP
  2798. 1FBD8;  /U xDROP
  2799. 1FBF3   DROP2 (XLIB 2 273)
  2800. 1FBF3:  Cmd_DROP2
  2801. 1FBF3;  /U xDROP2
  2802. 1FC0E   ROT (XLIB 2 274)
  2803. 1FC0E:  Cmd_ROT
  2804. 1FC0E;  /U xROT
  2805. 1FC29   OVER (XLIB 2 275)
  2806. 1FC29:  Cmd_OVER
  2807. 1FC29;  /U xOVER
  2808. 1FC44   DEPTH (XLIB 2 276)
  2809. 1FC44:  Cmd_DEPTH
  2810. 1FC44;  /U xDEPTH
  2811. 1FC64   DROPN (XLIB 2 277)
  2812. 1FC64:  Cmd_DROPN
  2813. 1FC64;  /U xDROPN
  2814. 1FC7F   DUPN (XLIB 2 278)
  2815. 1FC7F:  Cmd_DUPN
  2816. 1FC7F;  /U xDUPN
  2817. 1FC9A   PICK (XLIB 2 279)
  2818. 1FC9A:  Cmd_PICK
  2819. 1FC9A;  /U xPICK
  2820. 1FCB5   ROLL (XLIB 2 280)
  2821. 1FCB5:  Cmd_ROLL
  2822. 1FCB5;  /U xROLL
  2823. 1FCD0   ROLLD (XLIB 2 281)
  2824. 1FCD0:  Cmd_ROLLD
  2825. 1FCD0;  /U xROLLD
  2826. 1FCEB   CLEAR (XLIB 2 282)
  2827. 1FCEB:  Cmd_CLEAR
  2828. 1FCEB;  /U xCLEAR
  2829. 1FD0B   STOsigma (XLIB 2 283)
  2830. 1FD0B:  Cmd_STOsigma
  2831. 1FD0B;  /U xSTOSIGMA
  2832. 1FD2B   CLsigma (XLIB 2 284)
  2833. 1FD2B:  Cmd_CLsigma
  2834. 1FD2B;  /U xCLSIGMA
  2835. 1FD46   RCLsigma (XLIB 2 285)
  2836. 1FD46:  Cmd_RCLsigma
  2837. 1FD46;  /U xRCLSIGMA
  2838. 1FD61   sigma+ (XLIB 2 286)
  2839. 1FD61:  Cmd_sigmaAdd
  2840. 1FD61;  /U xSIGMA+
  2841. 1FD8B   sigma- (XLIB 2 287)
  2842. 1FD8B:  Cmd_sigmaSub
  2843. 1FD8B;  /U xSIGMA-
  2844. 1FDA6   Nsigma (XLIB 2 288)
  2845. 1FDA6:  Cmd_Nsigma
  2846. 1FDA6;  /U xNSIGMA
  2847. 1FDC1   CORR (XLIB 2 289)
  2848. 1FDC1:  Cmd_CORR
  2849. 1FDC1;  /U xCORR
  2850. 1FDDC   COV (XLIB 2 290)
  2851. 1FDDC:  Cmd_COV
  2852. 1FDDC;  /U xCOV
  2853. 1FDF7   sigmaX (XLIB 2 291)
  2854. 1FDF7:  Cmd_sigmaX
  2855. 1FDF7;  /U xSUMX
  2856. 1FE12   sigmaY (XLIB 2 292)
  2857. 1FE12:  Cmd_sigmaY
  2858. 1FE12;  /U xSUMY
  2859. 1FE2D   sigmaX^2 (XLIB 2 293)
  2860. 1FE2D:  Cmd_sigmaXsq
  2861. 1FE2D;  /U xSUMX2
  2862. 1FE48   sigmaY^2 (XLIB 2 294)
  2863. 1FE48:  Cmd_sigmaYsq
  2864. 1FE48;  /U xSUMY2
  2865. 1FE63   sigmaX*Y (XLIB 2 295)
  2866. 1FE63:  Cmd_sigmaXmulY
  2867. 1FE63;  /U xSUMXY
  2868. 1FE7E   MAXsigma (XLIB 2 296)
  2869. 1FE7E:  Cmd_MAXsigma
  2870. 1FE7E;  /U xMAXSIGMA
  2871. 1FE99   MEAN (XLIB 2 297)
  2872. 1FE99:  Cmd_MEAN
  2873. 1FE99;  /U xMEAN
  2874. 1FEB4   MINsigma (XLIB 2 298)
  2875. 1FEB4:  Cmd_MINsigma
  2876. 1FEB4;  /U xMINSIGMA
  2877. 1FECF   SDEV (XLIB 2 299)
  2878. 1FECF:  Cmd_SDEV
  2879. 1FECF;  /U xSDEV
  2880. 1FEEA   TOT (XLIB 2 300)
  2881. 1FEEA:  Cmd_TOT
  2882. 1FEEA;  /U xTOT
  2883. 1FF05   VAR (XLIB 2 301)
  2884. 1FF05:  Cmd_VAR
  2885. 1FF05;  /U xVAR
  2886. 1FF20   LR (XLIB 2 302)
  2887. 1FF20:  Cmd_LR
  2888. 1FF20;  /U xLR
  2889. 1FF7A   PREDV (XLIB 2 303)
  2890. 1FF7A:  Cmd_PREDV
  2891. 1FF7A;  /U xPREDV
  2892. 1FF9A   PREDY (XLIB 2 304)
  2893. 1FF9A:  Cmd_PREDY
  2894. 1FF9A;  /U xPREDY
  2895. 1FFBA   PREDX (XLIB 2 305)
  2896. 1FFBA:  Cmd_PREDX
  2897. 1FFBA;  /U xPREDX
  2898. 1FFDA   XCOL (XLIB 2 306)
  2899. 1FFDA:  Cmd_XCOL
  2900. 1FFDA;  /U xXCOL
  2901. 1FFFA   YCOL (XLIB 2 307)
  2902. 1FFFA:  Cmd_YCOL
  2903. 1FFFA;  /U xYCOL
  2904. 2001A   UTPC (XLIB 2 308)
  2905. 2001A:  Cmd_UTPC
  2906. 2001A;  /U xUTPC
  2907. 2003A   UTPN (XLIB 2 309)
  2908. 2003A:  Cmd_UTPN
  2909. 2003A;  /U xUTPN
  2910. 2005A   UTPF (XLIB 2 310)
  2911. 2005A:  Cmd_UTPF
  2912. 2005A;  /U xUTPF
  2913. 2007A   UTPT (XLIB 2 311)
  2914. 2007A:  Cmd_UTPT
  2915. 2007A;  /U xUTPT
  2916. 2009A   COLsigma (XLIB 2 312)
  2917. 2009A:  Cmd_COLsigma
  2918. 2009A;  /U xSIGMACOL
  2919. 200C4   SCLsigma (XLIB 2 313)
  2920. 200C4:  Cmd_SCLsigma
  2921. 200C4;  /U xSCLSIGMA
  2922. 200F3   sigmaLINE (XLIB 2 314)
  2923. 200F3:  Cmd_sigmaLINE
  2924. 200F3;  /U xSIGMALINE
  2925. 2010E   BINS (XLIB 3 315)
  2926. 2010E:  Cmd_BINS
  2927. 2010E;  /U xBINS
  2928. 20118^  <111h>
  2929. 20133   BARPLOT (XLIB 2 316)
  2930. 20133:  Cmd_BARPLOT
  2931. 20133;  /U xBARPLOT
  2932. 20167   HISTPLOT (XLIB 2 317)
  2933. 20167:  Cmd_HISTPLT
  2934. 20167;  /U xHISTPLOT
  2935. 2018C   SCATRPLOT (XLIB 2 318)
  2936. 2018C:  Cmd_SCTRPLT
  2937. 2018C;  /U xSCATRPLOT
  2938. 201B1   LINFIT (XLIB 2 319)
  2939. 201B1:  Cmd_LINFIT
  2940. 201B1;  /U xLINFIT
  2941. 201D6   LOGFIT (XLIB 2 320)
  2942. 201D6:  Cmd_LOGFIT
  2943. 201D6;  /U xLOGFIT
  2944. 201FB   EXPFIT (XLIB 2 321)
  2945. 201FB:  Cmd_EXPFIT
  2946. 201FB;  /U xEXPFIT
  2947. 20220   PWRFIT (XLIB 2 322)
  2948. 20220:  Cmd_PWRFIT
  2949. 20220;  /U xPWRFIT
  2950. 20234   set curve-fitting model in 'sigmaPAR' (1:model)
  2951. 2025E   BESTFIT (XLIB 2 323)
  2952. 2025E:  Cmd_BESTFIT
  2953. 2025E;  /U xBESTFIT
  2954. 202CE   SINV (XLIB 2 324)
  2955. 202CE:  Cmd_SINV
  2956. 202CE;  /U xSINV
  2957. 202F1   Internal SINV (1:Global Name)
  2958. 20314   Internal SINV (1:Local Name)
  2959. 2034D   SNEG (XLIB 2 325)
  2960. 2034D:  Cmd_SNEG
  2961. 2034D;  /U xSNEG
  2962. 20370   Internal SNEG (1:Global Name)
  2963. 20393   Internal SNEG (1:Local Name)
  2964. 203CC   SCONJ (XLIB 2 326)
  2965. 203CC:  Cmd_SCONJ
  2966. 203CC;  /U xSCONJ
  2967. 203EF   Internal SCONJ (1:Global Name)
  2968. 20412   Internal SCONJ (1:Local Name)
  2969. 2044B   STO+ (XLIB 2 327)
  2970. 2044B:  Cmd_STOadd
  2971. 2044B;  /U xSTO+
  2972. 20482   Internal STO+ (2:Any,1:Global Name/Local Name)
  2973. 20496   <644h>
  2974. 204C3   Internal STO+ (2:Global Name/Local Name,1:Any)
  2975. 20538   STO- (XLIB 2 328)
  2976. 20538:  Cmd_STOsub
  2977. 20538;  /U xSTO-
  2978. 20583   Internal STO- (2:Any,1:Global Name/Local Name)
  2979. 205A1   Internal STO- (2:Global Name/Local Name,1:Any)
  2980. 205BF   Internal STO- (2:Array,1:Global Name)
  2981. 205E2   Internal STO- (2:Global Name,1:Array)
  2982. 2060C   STO/ (XLIB 2 329)
  2983. 2060C:  Cmd_STOdiv
  2984. 2060C;  /U xSTO/
  2985. 2066B   Internal STO/ (2:Any,1:Global Name/Local Name)
  2986. 20689   Internal STO/ (2:Global Name/Local Name,1:Any)
  2987. 206A7   Internal STO/ (2:Global Name,1:Real Number/Complex Number)
  2988. 206E8   Internal STO/ (2:Array,1:Global Name)
  2989. 20729   Internal STO/ (2:Global Name,1:Array)
  2990. 20753   STO* (XLIB 2 330)
  2991. 20753:  Cmd_STOmul
  2992. 20753;  /U xSTO*
  2993. 207C6   Internal STO* (2:Any,1:Global Name/Local Name)
  2994. 207E4   Internal STO* (2:Global Name/Local Name,1:Any)
  2995. 20802   Internal STO* (2:Real Number/Complex Number,1:Global Name)
  2996. 2082A   Internal STO* (2:Global Name,1:Real Number/Complex Number)
  2997. 2086B   Internal STO* (2:Array,1:Global Name)
  2998. 208AC   Internal STO* (2:Global Name,1:Array)
  2999. 208F4   INCR (XLIB 2 331)
  3000. 208F4:  Cmd_INCR
  3001. 208F4;  /U xINCR
  3002. 20917   Internal INCR (1:Global Name)
  3003. 20917:  Incr_global
  3004. 20980   Internal INCR (1:Local Name)
  3005. 20980:  Incr_local
  3006. 209AA   DECR (XLIB 2 332)
  3007. 209AA:  Cmd_DECR
  3008. 209AA;  /U xDECR
  3009. 209CD   Internal DECR (1:Global Name)
  3010. 209EB   Internal DECR (1:Local Name)
  3011. 20A15   COLCT (XLIB 2 333)
  3012. 20A15:  Cmd_COLCT
  3013. 20A15;  /U xCOLCT
  3014. 20A49   EXPAN (XLIB 2 334)
  3015. 20A49:  Cmd_EXPAN
  3016. 20A49;  /U xEXPAN
  3017. 20A7D   RULES (XLIB 2 335)
  3018. 20A7D:  Cmd_RULES
  3019. 20A7D;  /U xRULES
  3020. 20A93   ISOL (XLIB 2 336)
  3021. 20A93:  Cmd_ISOL
  3022. 20A93;  /U xISOL
  3023. 20AB3   QUAD (XLIB 2 337)
  3024. 20AB3:  Cmd_QUAD
  3025. 20AB3;  /U xQUAD
  3026. 20AD3   SHOW (XLIB 2 338)
  3027. 20AD3:  Cmd_SHOW
  3028. 20AD3;  /U xSHOW
  3029. 20B00   Internal SHOW (2:Symbolic,1:List)
  3030. 20B00=  Show_list
  3031. 20B20   TAYLR (XLIB 2 339)
  3032. 20B20:  Cmd_TAYLR
  3033. 20B20;  /U xTAYLR
  3034. 20B40   RCL (XLIB 2 340)
  3035. 20B40:  Cmd_RCL
  3036. 20B40;  /U xRCL
  3037. 20B81   Internal RCL (1:Global Name/Local Name)
  3038. 20B81=  Rcl
  3039. 20B9A   Internal RCL (1:List (path/object))
  3040. 20CAD   Internal RCL (1:PICT)
  3041. 20CCD   STO (XLIB 2 341)
  3042. 20CCD:  Cmd_STO
  3043. 20CCD;  /U xSTO
  3044. 20D2C^  <C8h>
  3045. 20D3B^  <9F1h>
  3046. 20D4A^  <8F1h>
  3047. 20D65   DEFINE (XLIB 2 342)
  3048. 20D65:  Cmd_DEFINE
  3049. 20D65;  /U xDEFINE
  3050. 20D7E   Internal DEFINE (1:Algebraic)
  3051. 20DBF   Internal DEFINE (1:Global Name/Local Name)
  3052. 20EFE   PURGE (XLIB 2 343)
  3053. 20EFE:  Cmd_PURGE
  3054. 20EFE;  /U xPURGE
  3055. 20F35   Internal PURGE (1:List)
  3056. 20F8A   Internal PURGE (1:PICT)
  3057. 20FAA   MEM (XLIB 2 344)
  3058. 20FAA:  Cmd_MEM
  3059. 20FAA;  /U xMEM
  3060. 20FD9   ORDER (XLIB 2 345)
  3061. 20FD9:  Cmd_ORDER
  3062. 20FD9;  /U xORDER
  3063. 20FF2   Internal ORDER (1:List)
  3064. 20FF2=  Order
  3065. 210FC   CLVAR (XLIB 2 346)
  3066. 210FC:  Cmd_CLVAR
  3067. 210FC;  /U xCLUSR
  3068. 2115D   TMENU (XLIB 2 347)
  3069. 2115D:  Cmd_TMENU
  3070. 2115D;  /U xTMENU
  3071. 21196   MENU (XLIB 2 348)
  3072. 21196:  Cmd_MENU
  3073. 21196;  /U xMENU
  3074. 211B4   'CST' (Global Name)
  3075. 211B4:  Global_CST              'CST'
  3076. 211E1   RCLMENU (XLIB 2 349)
  3077. 211E1:  Cmd_RCLMENU
  3078. 211E1;  /U xRCLMENU
  3079. 211FC   PVARS (XLIB 2 350)
  3080. 211FC:  Cmd_PVARS
  3081. 211FC;  /U xPVARS
  3082. 2123A   PGDIR (XLIB 2 351)
  3083. 2123A:  Cmd_PGDIR
  3084. 2123A;  /U xPGDIR
  3085. 2125A   ARCHIVE (XLIB 2 352)
  3086. 2125A:  Cmd_ARCHIVE
  3087. 2125A;  /U xARCHIVE
  3088. 21273   Internal ARCHIVE (1:Tagged)
  3089. 2133C   RESTORE (XLIB 2 353)
  3090. 2133C:  Cmd_RESTORE
  3091. 2133C;  /U xRESTORE
  3092. 21364^  <9Fh>
  3093. 2137F   MERGE (XLIB 3 354)
  3094. 2137F:  Cmd_MERGE
  3095. 2137F;  /U xMERGE
  3096. 21398   Internal MERGE (1:Real Number)
  3097. 213D1   FREE (XLIB 2 355)
  3098. 213D1:  Cmd_FREE
  3099. 213D1;  /U xFREE
  3100. 21408   Internal FREE (2:Real Number/Global Name/Local Name,1:Real Number)
  3101. 2142D   LIBS (XLIB 2 356)
  3102. 2142D:  Cmd_LIBS
  3103. 2142D;  /U xLIBS
  3104. 21448   ATTACH (XLIB 2 357)
  3105. 21448:  Cmd_ATTACH
  3106. 21448;  /U xATTACH
  3107. 21461   Internal ATTACH (1:Real Number)
  3108. 2147C   DETACH (XLIB 2 358)
  3109. 2147C:  Cmd_DETACH
  3110. 2147C;  /U xDETACH
  3111. 21495   Internal DETACH (1:Real Number)
  3112. 214A9   Internal R->SB and verify >= <100h> and != <700h>
  3113. 214F4   Internal STO (2:Any,1:Tagged)
  3114. 215BF   Internal STO (2:Library/Backup,1:Real Number)
  3115. 21638   if TYPE(TOS) = Real Number, then do next/return, else skip next
  3116. 2164C   Internal SWAP and False
  3117. 21660   deop level two object and True
  3118. 216D8-P 
  3119. 21744^  <71541h>
  3120. 21761   Internal RCL (1:Tagged)
  3121. 217C7   Internal EVAL (1:Tagged)
  3122. 217C7=  Eval_Tag
  3123. 217F1   Internal PURGE (1:Tagged)
  3124. 21B2F   Internal RESTORE (1:Backup)
  3125. 21B4E-P 
  3126. 21B74   Internal FREE (2:List,1:Real Number)
  3127. 21C47-P returns_address_of_first_nibble_past_level1_object
  3128. 21C6F   Internal ATTACH (1:System Binary)
  3129. 21CBA-P attach_(any_directory)_1short2directory
  3130. 21CBA P Internal ATTACH to non-HOME directory (2:Directory,1:System Binary)
  3131. 21CE5   Internal DETACH (1:System Binary)
  3132. 21D2B-P detach_(any_directory)_1short2directory
  3133. 21D2B P Internal DETACH from non-HOME directory (2:Directory,1:System Binary)
  3134. 21D54   Internal LIBS
  3135. 21DE7^  <70000h>
  3136. 21E75   XMIT (XLIB 2 359)
  3137. 21E75:  Cmd_XMIT
  3138. 21E75;  /U xXMIT
  3139. 21E95   SRECV (XLIB 2 360)
  3140. 21E95:  Cmd_SRECV
  3141. 21E95;  /U xSRECV
  3142. 21EB5   OPENIO (XLIB 2 361)
  3143. 21EB5:  Cmd_OPENIO
  3144. 21EB5;  /U xOPENIO
  3145. 21ED5   CLOSEIO (XLIB 2 362)
  3146. 21ED5:  Cmd_CLOSEIO
  3147. 21ED5;  /U xCLOSEIO
  3148. 21EF0   SEND (XLIB 2 363)
  3149. 21EF0:  Cmd_SEND
  3150. 21EF0;  /U xSEND
  3151. 21F24   KGET (XLIB 2 364)
  3152. 21F24:  Cmd_KGET
  3153. 21F24;  /U xKGET
  3154. 21F62   RECN (XLIB 2 365)
  3155. 21F62:  Cmd_RECN
  3156. 21F62;  /U xRECN
  3157. 21F96   RECV (XLIB 2 366)
  3158. 21F96:  Cmd_RECV
  3159. 21F96;  /U xRECV
  3160. 21FB6   FINISH (XLIB 2 367)
  3161. 21FB6:  Cmd_FINISH
  3162. 21FB6;  /U xFINISH
  3163. 21FD1   SERVER (XLIB 2 368)
  3164. 21FD1:  Cmd_SERVER
  3165. 21FD1;  /U xSERVER
  3166. 21FEC   CKSM (XLIB 2 369)
  3167. 21FEC:  Cmd_CKSM
  3168. 21FEC;  /U xCKSM
  3169. 2200C   BAUD (XLIB 2 370)
  3170. 2200C:  Cmd_BAUD
  3171. 2200C;  /U xBAUD
  3172. 2202C   PARITY (XLIB 2 371)
  3173. 2202C:  Cmd_PARITY
  3174. 2202C;  /U xPARITY
  3175. 2204C   TRANSIO (XLIB 2 372)
  3176. 2204C:  Cmd_TRANSIO
  3177. 2204C;  /U xTRANSIO
  3178. 2206C   KERRM (XLIB 2 373)
  3179. 2206C:  Cmd_KERRM
  3180. 2206C;  /U xKERRM
  3181. 22087   BUFLEN (XLIB 2 374)
  3182. 22087:  Cmd_BUFLEN
  3183. 22087;  /U xBUFLEN
  3184. 220A2   STIME (XLIB 2 375)
  3185. 220A2:  Cmd_STIME
  3186. 220A2;  /U xSTIME
  3187. 220C2   SBRK (XLIB 2 376)
  3188. 220C2:  Cmd_SBRK
  3189. 220C2;  /U xSBRK
  3190. 220DD   PKT (XLIB 2 377)
  3191. 220DD:  Cmd_PKT
  3192. 220DD;  /U xPKT
  3193. 220F6:  Disp_IO_settings
  3194. 22352^  1200
  3195. 22367^  2400
  3196. 2237C^  4800
  3197. 22391^  Real 9600
  3198. 224CA   INPUT (XLIB 2 378)
  3199. 224CA:  Cmd_INPUT
  3200. 224CA;  /U xINPUT
  3201. 224F4   ASN (XLIB 2 379)
  3202. 224F4:  Cmd_ASN
  3203. 224F4;  /U xASN
  3204. 22514   STOKEYS (XLIB 2 380)
  3205. 22514:  Cmd_STOKEYS
  3206. 22514;  /U xSTOKEYS
  3207. 22548   DELKEYS (XLIB 2 381)
  3208. 22548:  Cmd_DELKEYS
  3209. 22548;  /U xDELKEYS
  3210. 22586   RCLKEYS (XLIB 2 382)
  3211. 22586:  Cmd_RCLKEYS
  3212. 22586;  /U xRCLKEYS
  3213. 225A4   'S' (Global Name)
  3214. 225BE   ->TAG (XLIB 2 383)
  3215. 225BE:  Cmd_toTAG
  3216. 225BE;  /U x->TAG
  3217. 225F5   Internal ->TAG (2:Any,1:String)
  3218. 22618   Internal ->TAG (2:Any,1:Real Number)
  3219. 22633   DTAG (XLIB 2 384)
  3220. 22633:  Cmd_DTAG
  3221. 22633;  /U xDTAG
  3222. 22647   Reference to hash table for library 002 (XLIB 2)
  3223. 22647^  <7448Ah>
  3224. 22651   Link table for library 002 (XLIB 2)
  3225. 22DFE   Reference to hash table for library 700 (XLIB 1792)
  3226. 22DFE^  <7427Ch>
  3227. 22E08   Link table for library 700 (XLIB 1792)
  3228. 22EA3   Configuration code for library 700 (XLIB 1792)
  3229. 22EA8^  <700h>
  3230. 22EC3   IF (XLIB 1792 0)
  3231. 22EC3:  Cmd_IF
  3232. 22EC3;  /U xIF
  3233. 22ED7:  If_Prompt
  3234. 22EFA   THEN (XLIB 1792 1)
  3235. 22EFA:  Cmd_THEN
  3236. 22EFA:  Cmd_THEN
  3237. 22EFA;  /U xTHEN
  3238. 22F22   Internal THEN (1:Real Number)
  3239. 22F22:  Then_real
  3240. 22F4F   Internal THEN (1:Symbolic)
  3241. 22F4F:  Then_alg
  3242. 22F68:  Eval_globAlg
  3243. 22F86:  Eval_lev2GlobAlg
  3244. 22FB5   ELSE (XLIB 1792 2)
  3245. 22FB5:  Cmd_ELSE
  3246. 22FB5;  /U xELSE
  3247. 22FD5   END (XLIB 1792 3)
  3248. 22FD5:  Cmd_END
  3249. 22FD5;  /U xIFEND
  3250. 22FEB   -> (XLIB 1792 4)
  3251. 22FEB:  Cmd_toVars
  3252. 22FEB;  /U xALG->
  3253. 23033   WHILE (XLIB 1792 5)
  3254. 23033:  Cmd_WHILE
  3255. 23033;  /U xWHILE
  3256. 2305D   REPEAT (XLIB 1792 6)
  3257. 2305D:  Cmd_REPEAT
  3258. 2305D;  /U xREPEAT
  3259. 23085   Internal REPEAT (1:Real Number)
  3260. 230A3   Internal REPEAT (1:Symbolic)
  3261. 230C3   DO (XLIB 1792 7)
  3262. 230C3:  Cmd_DO
  3263. 230C3;  /U xDO
  3264. 230ED   UNTIL (XLIB 1792 8)
  3265. 230ED:  Cmd_UNTIL
  3266. 230ED;  /U xUNTIL
  3267. 23103   START (XLIB 1792 9)
  3268. 23103:  Cmd_START
  3269. 23103;  /U xSTART
  3270. 23144   Internal START (2:Real Number,1:Real Number)
  3271. 23167   Internal START (2:Real Number/Symbolic,1:Symbolic)
  3272. 23180   Internal START (2:Symbolic,1:Real Number)
  3273. 231A0   FOR (XLIB 1792 10)
  3274. 231A0:  Cmd_FOR
  3275. 231A0;  /U xSTARTVAR
  3276. 231E1   Internal FOR (2:Real Number,1:Real Number)
  3277. 23213   Internal FOR (2:Real Number/Symbolic,1:Symbolic)
  3278. 2322C   Internal FOR (2:Symbolic,1:Real Number)
  3279. 2324C   NEXT (XLIB 1792 11)
  3280. 2324C:  Cmd_NEXT
  3281. 2324C;  /U xNEXT
  3282. 2326A P Internal NEXT
  3283. 2326A-P next
  3284. 23380   STEP (XLIB 1792 12)
  3285. 23380:  Cmd_STEP
  3286. 23380;  /U xSTEP
  3287. 233A8   Internal STEP (1:Symbolic)
  3288. 233C1 P Internal STEP (1:Real Number)
  3289. 233C1-P step_1real
  3290. 233DF   IFERR (XLIB 1792 13)
  3291. 233DF:  Cmd_IFERR
  3292. 233DF;  /U xIFERR
  3293. 23472   HALT (XLIB 1792 14)
  3294. 23472:  Cmd_HALT
  3295. 23472;  /U xHALT
  3296. 2349C   (XLIB 1792 15)
  3297. 2349C:  Cmd_blank
  3298. 2349C;  /U xSILENT'
  3299. 234C1   -> (XLIB 1792 16)
  3300. 234C1;  /U xRPN->
  3301. 23502-P 
  3302. 235FE   >> (XLIB 1792 17)
  3303. 235FE:  Cmd_endPrg
  3304. 235FE;  /U x>>ABND
  3305. 2361E   << (XLIB 1792 18)
  3306. 2361E:  Cmd_beginPrg
  3307. 2361E;  /U x<<
  3308. 23639   >> (XLIB 1792 19)
  3309. 23639:  Cmd_endPrg_2
  3310. 23639;  /U x>>
  3311. 23654   ' (XLIB 1792 20)
  3312. 23654:  Cmd_quote
  3313. 23654;  /U x'
  3314. 23679   ' (XLIB 1792 21)
  3315. 23679:  Cmd_quote_2
  3316. 23679;  /U xENDTIC
  3317. 23694   END (XLIB 1792 22)
  3318. 23694:  Cmd_END
  3319. 23694;  /U xWHILEEND
  3320. 236B9   END (XLIB 1792 23)
  3321. 236B9:  Cmd_END
  3322. 236B9;  /U xENDDO
  3323. 2371F   THEN (XLIB 1792 24)
  3324. 2371F;  /U xERRTHEN
  3325. 2372E   ''stop' (Local Name)
  3326. 2372E:  Local_stop
  3327. 2373F   ''noname' (Local Name)
  3328. 2373F:  Local_noname
  3329. 23754   { ''noname' ''stop' }
  3330. 23754:  Locals_noname_stop      { ''noname' ''stop' }
  3331. 23768   ?? internal IF
  3332. 23768=  If
  3333. 2378D   CASE (XLIB 1792 25)
  3334. 2378D:  Cmd_CASE
  3335. 2378D;  /U xCASE
  3336. 237A8   THEN (XLIB 1792 26)
  3337. 237A8:  Cmd_THEN
  3338. 237A8;  /U xTHENCASE
  3339. 23813   DIR (XLIB 1792 27)
  3340. 23813:  Cmd_DIR
  3341. 23813;  /U xDIR
  3342. 23824   PROMPT (XLIB 1792 28)
  3343. 23824:  Cmd_PROMPT
  3344. 23824;  /U xPROMPT
  3345. 2387E   ''ioinprogress' (Local Name)
  3346. 238A4=  StrTo
  3347. 23908   'st' (Local Name)
  3348. 23913   'ofs' (Local Name)
  3349. 23920   'tok' (Local Name)
  3350. 2394B   'st' (Local Name)
  3351. 23956   'ofs' (Local Name)
  3352. 23963   'tok' (Local Name)
  3353. 2464F-P local\->global_1local
  3354. 2465F-P global\->local_1global
  3355. 24A2D   'i' (Local Name)
  3356. 24A36   'j' (Local Name)
  3357. 24A5D   'i' (Local Name)
  3358. 24A6B   'j' (Local Name)
  3359. 24B0A   'j' (Local Name)
  3360. 24B1D   'i' (Local Name)
  3361. 24B30   'i' (Local Name)
  3362. 24BB6   'j' (Local Name)
  3363. 24BD3   'i' (Local Name)
  3364. 24BE1   'i' (Local Name)
  3365. 24EA6-P list\->directory_1list{#0h_'name('_any}
  3366. 25108-P 
  3367. 2512D-P 
  3368. 2534A-P 
  3369. 2551F-P 
  3370. 255BD-P 
  3371. 255FB-P 
  3372. 256E4-P 
  3373. 25A0B   ''1' (Local Name)
  3374. 25A16   ''2' (Local Name)
  3375. 25A21   ''3' (Local Name)
  3376. 25A3B   ''1' (Local Name)
  3377. 25A46   ''2' (Local Name)
  3378. 25A51   ''3' (Local Name)
  3379. 25B0B-P 
  3380. 25C37^  <2B1Eh>
  3381. 25C41-P ascii\->hex_1short(prolog)2short(5=prolog_only)3binary4string
  3382. 261AD-P 
  3383. 26289^  <CFFh>
  3384. 2635E-P 
  3385. 265ED-P 
  3386. 268C2-P 
  3387. 26942-P 
  3388. 269DB-P 
  3389. 269E7-P 
  3390. 26B40-P 
  3391. 26B73-P 
  3392. 26C1C-P 
  3393. 26C65-P 
  3394. 26E56-P 
  3395. 26F0D-P 
  3396. 26F1B-P 
  3397. 26F29-P 
  3398. 26F37-P 
  3399. 26F45-P 
  3400. 26F53-P 
  3401. 26F61-P 
  3402. 26F6F-P 
  3403. 27140-P 
  3404. 271FA-P 
  3405. 27224-P 
  3406. 27234-P 
  3407. 27244-P 
  3408. 27254-P 
  3409. 27264-P 
  3410. 272CD   ''ttt' (Local Name)
  3411. 272DC   ''str' (Local Name)
  3412. 272EB   ''ofs' (Local Name)
  3413. 272FA   ''tok' (Local Name)
  3414. 27309   ''rbv' (Local Name)
  3415. 27318   ''idfflg' (Local Name)
  3416. 2732D   ''tmpop' (Local Name)
  3417. 27340   ''tmppdat' (Local Name)
  3418. 27357   ''ploc' (Local Name)
  3419. 27368   ''bv' (Local Name)
  3420. 27375   ''unbound' (Local Name)
  3421. 28318-P 
  3422. 284E6-P 
  3423. 28A38   Internal _ (1:Symbolic)
  3424. 28AE7^  <B01h>
  3425. 28D08-P 
  3426. 29140-P 
  3427. 291AB-P 
  3428. 292F7-P 
  3429. 29340^  <D26A8h>
  3430. 2957A-P 
  3431. 29738-P 
  3432. 29829-P 
  3433. 298D7-P 
  3434. 29993-P 
  3435. 29A51-P 
  3436. 29A8D-P 
  3437. 29BC2-P 
  3438. 29C7C-P 
  3439. 29CC7-P 
  3440. 29D5F-P 
  3441. 29DCC-P 
  3442. 29DDC-P 
  3443. 29DEC-P 
  3444. 29DFC-P 
  3445. 29E0C-P 
  3446. 29FD0=  getreal_normalize
  3447. 29FDA   Let A = Binary(TOS (Real)) / save B,D,D1,D0
  3448. 29FDA:  getreal
  3449. 29FF8:  get2reals_normalize
  3450. 2A002:  get2reals
  3451. 2A060:  getarray
  3452. 2A0B1:  get2arrays_real
  3453. 2A181   XFER: load regs D,B,D1,D0 (uses C)
  3454. 2A1D7^  -4.77451811461E441
  3455. 2A2B4   0
  3456. 2A2B4:  Real_0
  3457. 2A2B4;  /U %0
  3458. 2A2C9   1
  3459. 2A2C9:  Real_1
  3460. 2A2C9;  /U %1
  3461. 2A2DE   2
  3462. 2A2DE:  Real_2
  3463. 2A2DE;  /U %2
  3464. 2A2DF   2
  3465. 2A2F3   3
  3466. 2A2F3:  Real_3
  3467. 2A2F3;  /U %3
  3468. 2A308   4
  3469. 2A308:  Real_4
  3470. 2A308;  /U %4
  3471. 2A31D   5
  3472. 2A31D:  Real_5
  3473. 2A31D;  /U %5
  3474. 2A332   6
  3475. 2A332:  Real_6
  3476. 2A332;  /U %6
  3477. 2A347   7
  3478. 2A347:  Real_7
  3479. 2A347;  /U %7
  3480. 2A35C   8
  3481. 2A35C:  Real_8
  3482. 2A35C;  /U %8
  3483. 2A371   9
  3484. 2A371:  Real_9
  3485. 2A371;  /U %9
  3486. 2A386   -1
  3487. 2A386:  "Real_-1"
  3488. 2A386;  /U %-1
  3489. 2A39B   -2
  3490. 2A39B:  "Real_-2"
  3491. 2A39B;  /U %-2
  3492. 2A3B0   -3
  3493. 2A3B0:  "Real_-3"
  3494. 2A3B0;  /U %-3
  3495. 2A3C5   -4
  3496. 2A3C5:  "Real_-4"
  3497. 2A3C5;  /U %-4
  3498. 2A3D1   5
  3499. 2A3DA   -5
  3500. 2A3DA:  "Real_-5"
  3501. 2A3DA;  /U %-5
  3502. 2A3EF   -6
  3503. 2A3EF:  "Real_-6"
  3504. 2A3EF;  /U %-6
  3505. 2A404   -7
  3506. 2A404:  "Real_-7"
  3507.  
  3508. (end of part 2 of 4)
  3509.  
  3510. From 3 Fri May 24 23:34:32 1991
  3511. From comp.sys.handhelds Fri May 24 22:58:00 1991
  3512. Path: seq!ecsgate!mcnc!gatech!ncar!elroy.jpl.nasa.gov!usc!apple!portal!cup.portal.com!Jake-S
  3513. From: Jake-S@cup.portal.com (Jake G Schwartz)
  3514. Newsgroups: comp.sys.handhelds
  3515. Subject: List sorted by address part 3 of 4
  3516. Message-ID: <42528@cup.portal.com>
  3517. Date: 20 May 91 16:48:00 GMT
  3518. References: <42508@cup.portal.com> <42526@cup.portal.com>
  3519. Organization: The Portal System (TM)
  3520. Lines: 1721
  3521.  
  3522. HP48 Address List sorted by Address
  3523. Part 3 of 4
  3524.  
  3525. 2A404;  /U %-7
  3526. 2A419   -8
  3527. 2A419:  "Real_-8"
  3528. 2A419;  /U %-8
  3529. 2A42E   -9
  3530. 2A42E:  "Real_-9"
  3531. 2A42E;  /U %-9
  3532. 2A443   3.14159265359
  3533. 2A443:  Real_3.14159265359
  3534. 2A458   3.14159265358979 (Long Real)
  3535. 2A458:  Long_3.14159265358979
  3536. 2A472   9.99999999999E499
  3537. 2A472:  Real_9.99999999999E499
  3538. 2A487   -9.99999999999E499
  3539. 2A487:  "Real_-9.99999999999E499"
  3540. 2A49C   1.E-499
  3541. 2A49C:  "Real_1E-499"
  3542. 2A4B1   -1.E-499
  3543. 2A4B1:  "Real_-1E-499"
  3544. 2A4C6   0 (Long Real)
  3545. 2A4C6:  Long_0
  3546. 2A4E0   1 (Long Real)
  3547. 2A4E0:  Long_1
  3548. 2A4FA   2 (Long Real)
  3549. 2A4FA:  Long_2
  3550. 2A514   3 (Long Real)
  3551. 2A514:  Long_3
  3552. 2A52E   4 (Long Real)
  3553. 2A52E:  Long_4
  3554. 2A548   5 (Long Real)
  3555. 2A548:  Long_5
  3556. 2A562   .1 (Long Real)
  3557. 2A562:  Long_0.1
  3558. 2A57C   .5 (Long Real)
  3559. 2A57C:  Long_0.5
  3560. 2A596   10 (Long Real)
  3561. 2A596:  Long_10
  3562. 2A5B0 P Internal LR->R (1:Long Real)
  3563. 2A5B0-P longreal\->real_1longreal       
  3564. 2A5C1 P Internal R->LR (1:Real Number)
  3565. 2A5C1-P real\->longreal_1real
  3566. 2A5D2   Internal DEG
  3567. 2A5D2=  Deg
  3568. 2A5F0   Internal RAD
  3569. 2A5F0=  Rad
  3570. 2A604   Internal GRAD
  3571. 2A604=  Grad
  3572. 2A622   Internal D->R (1:Real Number)
  3573. 2A622=  DtoR_real
  3574. 2A62C^  0.0174532925199433 (Long Real)
  3575. 2A655   Internal R->D (1:Real Number)
  3576. 2A655=  RtoD_real
  3577. 2A673   Internal ->HMS (1:Real Number)
  3578. 2A673=  toHMS_real
  3579. 2A68C   Internal HMS-> (1:Real Number)
  3580. 2A68C=  HMSto_real
  3581. 2A6A0   Internal HMS+ (2:Real Number,1:Real Number)
  3582. 2A6A0=  HMSadd_real
  3583. 2A6C8   Internal HMS- (2:Real Number,1:Real Number)
  3584. 2A6C8=  HMSsub_real
  3585. 2A6F5   Internal MAX (2:Real Number,1:Real Number)
  3586. 2A6F5=  Max_real
  3587. 2A70E   Internal MIN (2:Real Number,1:Real Number)
  3588. 2A70E=  Min_real
  3589. 2A727-P 0_<_(boolean)_1longreal
  3590. 2A727:P NegativeLev2p_real
  3591. 2A738 P if pop TOS < 0 (Real Number) -> True/False
  3592. 2A738-P 0_<_(boolean)_1real
  3593. 2A738:P Negativep_real
  3594. 2A75A:P ZeroLev2p_real
  3595. 2A75A-P 0_==_(boolean)_1longreal
  3596. 2A76B:P Zerop_real
  3597. 2A76B-P 0_==_(boolean)_1real
  3598. 2A788:P greater_than_one?_level_2_p_real
  3599. 2A788-P 0_>_(boolean)_1longreal
  3600. 2A799 P if pop TOS > 0 (Real Number) -> True/False
  3601. 2A799-P 0_>_(boolean)_1real
  3602. 2A799:P Gt1p_real
  3603. 2A799=P Ge1p_real
  3604. 2A7BB:  NonZeropLev2p
  3605. 2A7CF:  NonZerop
  3606. 2A7E3:  PositiveLev2p
  3607. 2A7F7:  Positivep
  3608. 2A80B:  Le0Lev2p
  3609. 2A81F-P <_(boolean)_1real2real
  3610. 2A837:  rr_pushFalse_alt3
  3611. 2A83E:  pushFalse_alt3
  3612. 2A843:  setFalse_alt3
  3613. 2A851:  rr_pushTrue_alt3
  3614. 2A858:  pushTrue_alt3
  3615. 2A85D:  setTrue_alt3
  3616. 2A867:  rplret_9
  3617. 2A871 P Internal < (2:Real Number,1:Real Number) -> True/False
  3618. 2A871-P <_(boolean)_1real2real
  3619. 2A87F-P >_(boolean)_1real2real
  3620. 2A88A P Internal > (2:Real Number,1:Real Number) -> True/False
  3621. 2A88A-P >_(boolean)_1real2real
  3622. 2A895-P \>=_(boolean)_1real2real
  3623. 2A8A0 P Internal >= (2:Real Number,1:Real Number) -> True/False
  3624. 2A8A0-P \>=_(boolean)_1real2real
  3625. 2A8AB-P \<=_(boolean)_1real2real
  3626. 2A8B6 P Internal <= (2:Real Number,1:Real Number) -> True/False
  3627. 2A8B6-P \<=_(boolean)_1real2real
  3628. 2A8C1-P ==_(boolean)_1real2real
  3629. 2A8CC-P \=/_(boolean)_1real2real
  3630. 2A8D7 P Internal SIGN (1:Real Number)
  3631. 2A8D7-P sign_1real
  3632. 2A8D7=P SigmaN_real
  3633. 2A8F0-P abs_1longreal
  3634. 2A900 P Internal ABS (1:Real Number)
  3635. 2A900-P abs_1real
  3636. 2A900=P Abs_real
  3637. 2A910-P neg_1longreal
  3638. 2A920 P Internal NEG (1:Real Number)
  3639. 2A920-P neg_1real
  3640. 2A920=P Neg_real
  3641. 2A930 P Internal MANT (1:Real Number)
  3642. 2A930-P mant_1real
  3643. 2A930=P Mant_real
  3644. 2A943-P +_1longreal2longreal
  3645. 2A94F-P -_1longreal2longreal
  3646. 2A95B-P 
  3647. 2A974 P Internal + (2:Real Number,1:Real Number)
  3648. 2A974-P +_1real2real
  3649. 2A974:P Add_real_real
  3650. 2A981 P Internal - (2:Real Number,1:Real Number)
  3651. 2A981-P -_1real2real
  3652. 2A981=P Sub_real
  3653. 2A99A-P *_1longreal2longreal
  3654. 2A9A6-P 
  3655. 2A9BC P Internal * (2:Real Number,1:Real Number)
  3656. 2A9BC-P *_1real2real
  3657. 2A9BC=P Mul_real
  3658. 2A9C9 P Internal % (2:Real Number,1:Real Number)
  3659. 2A9C9-P %_1real
  3660. 2A9C9=P Percent_real
  3661. 2A9E8-P /_1longreal2longreal
  3662. 2A9FE P Internal / (2:Real Number,1:Real Number)
  3663. 2A9FE-P /_1real2real
  3664. 2A9FE:P Div_real
  3665. 2AA0B P Internal %T (2:Real Number,1:Real Number)
  3666. 2AA0B-P %t_1real2real
  3667. 2AA30 P Internal %CH (2:Real Number,1:Real Number)
  3668. 2AA30-P %ch_1real2real
  3669. 2AA30=P PercentCH_real
  3670. 2AA5F-P ^_1longreal2longreal
  3671. 2AA70-P ^_1real2real
  3672. 2AA70=P PwrReal
  3673. 2AA81-P xroot_1real2real
  3674. 2AA81=P Xroot_real
  3675. 2AA92-P inv_1longreal
  3676. 2AA9E-P  
  3677. 2AAAF P Internal INV (1:Real Number)
  3678. 2AAAF-P inv_1real       
  3679. 2AAAF=P Inv_real
  3680. 2AAEA-P \v/_1longreal
  3681. 2AAF6-P 
  3682. 2AB09-P \v/_1real 
  3683. 2AB1C-P exp_1longreal
  3684. 2AB2F P Internal EXP (1:Real Number)
  3685. 2AB2F-P exp_1real
  3686. 2AB2F=P Exp_real
  3687. 2AB42 P Internal EXPM (1:Real Number)
  3688. 2AB42-P expm_1real
  3689. 2AB42=P Expm
  3690. 2AB5B-P ln_1longreal
  3691. 2AB6E-P ln_1real_(values_greater_than_zero)
  3692. 2AB81-P log_1real_(values_greater_than_zero)
  3693. 2AB94-P lnp1_1longreal
  3694. 2ABA7 P Internal LNP1 (1:Real Number)
  3695. 2ABA7-P lnp1_1real
  3696. 2ABA7=P Lnp1_real
  3697. 2ABBA P Internal ALOG (1:Real Number)
  3698. 2ABBA-P alog_1real      
  3699. 2ABBA=P Alog_real
  3700. 2ABDC P Internal MOD (2:Real Number,1:Real Number)
  3701. 2ABDC-P mod_1real       
  3702. 2ABDC=P Mod_real
  3703. 2ABEF P Internal SIN (1:Real Number)
  3704. 2ABEF-P sin_1real       
  3705. 2ABEF=P Sin_real
  3706. 2AC06-P sin_1longreal
  3707. 2AC17-P tan_1longreal
  3708. 2AC27-P  
  3709. 2AC40 P Internal COS (1:Real Number)
  3710. 2AC40-P cos_1real       
  3711. 2AC40=P Cos_real
  3712. 2AC57-P cos_1longreal
  3713. 2AC68-P 
  3714. 2AC78-P 
  3715. 2AC91 P Internal TAN (1:Real Number)
  3716. 2AC91-P tan_1real       
  3717. 2AC91=P Tan_real
  3718. 2ACA8-P 
  3719. 2ACC1-P asin_1real_(values_less_than_or_equal_to_one)
  3720. 2ACD8-P 
  3721. 2ACF1-P acos_1real_(values_less_than_or_equal_to_one)
  3722. 2AD08-P  
  3723. 2AD21 P Internal ATAN (1:Real Number)
  3724. 2AD21-P atan_1real      
  3725. 2AD21=P Atan_real
  3726. 2AD38-P 
  3727. 2AD4F-P 
  3728. 2AD5B-P  
  3729. 2AD6C-P 
  3730. 2AD7C-P          
  3731. 2AD95-P 
  3732. 2ADAE P Internal SINH (1:Real Number)
  3733. 2ADAE-P sinh_1real 
  3734. 2ADAE=P Sinh_real
  3735. 2ADC7-P 
  3736. 2ADDA P Internal COSH (1:Real Number)
  3737. 2ADDA-P cosh_1real 
  3738. 2ADDA=P Cosh_real
  3739. 2ADED P Internal TANH (1:Real Number)
  3740. 2ADED-P tanh_1real      
  3741. 2ADED=P Tanh_real
  3742. 2AE00 P Internal ASINH (1:Real Number)
  3743. 2AE00-P asinh_1real     
  3744. 2AE00=P Asinh_real
  3745. 2AE13-P 
  3746. 2AE26-P  
  3747. 2AE39 P Internal XPON (1:Real Number)
  3748. 2AE39-P xpon_1real
  3749. 2AE39=P Xpon
  3750. 2AE4C-P  
  3751. 2AE62 P Internal COMB (2:Real Number,1:Real Number)
  3752. 2AE62-P comb_1real2real
  3753. 2AE62=P Comb_real
  3754. 2AE75 P Internal PERM (2:Real Number,1:Real Number)
  3755. 2AE75-P perm_1real2real
  3756. 2AE75=P Perm_real
  3757. 2AE9B:  getreal_ref_3
  3758. 2AEA2:  getreal_norm_ref
  3759. 2AEA9:  get2reals_norm_ref
  3760. 2AEB0:  getarray_real_ref
  3761. 2AEB7:  get2arrays_real_ref
  3762. 2AF27-P 
  3763. 2AF3A-P 
  3764. 2AF4D P Internal FP (1:Real Number)
  3765. 2AF4D-P fp_1real        
  3766. 2AF4D=P Fp
  3767. 2AF60 P Internal IP (1:Real Number)
  3768. 2AF60-P ip_1real
  3769. 2AF60=P Ip
  3770. 2AF73 P Internal CEIL (1:Real Number)
  3771. 2AF73-P ceil_1real      
  3772. 2AF73=P Ceil
  3773. 2AF86 P Internal FLOOR (1:Real Number)
  3774. 2AF86-P floor_1real
  3775. 2AF86=P Floor
  3776. 2AF99-P floor_1longreal
  3777. 2AFAC-P 
  3778. 2AFC2 P Internal RAND
  3779. 2AFC2-P rand    
  3780. 2AFC2=P Rand
  3781. 2B044   Internal RDZ (1:Real Number)
  3782. 2B044=  Rdz_real
  3783. 2B07B-P  
  3784. 2B0C4   Internal ! (1:Real Number)
  3785. 2B0C4=  Factor
  3786. 2B0C4=  Factorial
  3787. 2B0CE^  260
  3788. 2B0F2^  1E10000 (Long Real)
  3789. 2B139^  -260
  3790. 2B1BC^  1E-10000 (Long Real)
  3791. 2B1D6^  -1E-10000 (Long Real)
  3792. 2B1FF^  7  (Long Real)
  3793. 2B2DC^  12 (Long Real)
  3794. 2B300^  60 (Long Real)
  3795. 2B31F^  -495.920119017593 (Long Real)
  3796. 2B343^  30.3479606073615 (Long Real)
  3797. 2B36C^  -76.5594818140208 (Long Real)
  3798. 2B390^  9.33584905660377 (Long Real)
  3799. 2B3B9^  -1.21142857142857 (Long Real)
  3800. 2B3DD^  0.4 (Long Real)
  3801. 2B410^  0.918938533204673 (Long Real)
  3802. 2B529   Internal RND (2:Real Number,1:Real Number)
  3803. 2B529=  Rnd_real
  3804. 2B53D   Internal TRNC (2:Real Number,1:Real Number)
  3805. 2B53D=  Trnc_real
  3806. 2B551-P 
  3807. 2B55D-P 
  3808. 2B590-P 
  3809. 2BC4A:  normalize_a
  3810. 2BCA0:  normalize_a_d
  3811. 2C09F   Internal UTPN (3:Real Number,2:Real Number,1:Real Number)
  3812. 2C11C-P 
  3813. 2C149   Internal UTPC (2:Real Number,1:Real Number)
  3814. 2C174   Internal UTPF (3:Real Number,2:Real Number,1:Real Number)
  3815. 2C19A   Internal UTPT (2:Real Number,1:Real Number)
  3816. 2C1C5^  100 (Long Real)
  3817. 2C1F3   Internal STOsigma (1:Any)
  3818. 2C1FD   'sigmaDAT' (Global Name)
  3819. 2C22F   Internal CLsigma
  3820. 2C293   Internal RCLsigma -> Contents,True/False
  3821. 2C2AC   Internal RCLsigma
  3822. 2C2D9   Internal sigma+ (1:Real Number)
  3823. 2C32E   Internal sigma+ (1:Array)
  3824. 2C423   Internal sigma-
  3825. 2C491^  <1h>
  3826. 2C535   Internal Nsigma
  3827. 2C558   Internal MAXsigma
  3828. 2C571   Internal MEAN
  3829. 2C58A   Internal MINsigma
  3830. 2C5A3   Internal SDEV
  3831. 2C5BC   Internal TOT
  3832. 2C5D5   Internal VAR
  3833. 2C684   Internal COLsigma (2:Real Number/Array,1:Real Number)
  3834. 2C6A2   store levels 1-5 into 'sigmaPAR'
  3835. 2C6C5   Internal XCOL (1:Real Number)
  3836. 2C6DE   Internal YCOL (1:Real Number)
  3837. 2C738   'sigmaPAR' (Global Name)
  3838. 2C7EC^  <11118h>
  3839. 2C84B   Internal CORR
  3840. 2C8F5   Internal COV
  3841. 2C94F   Internal sigmaX
  3842. 2C963   Internal sigmaY
  3843. 2C977   Internal sigmaX^2
  3844. 2C99A   Internal sigmaY^2
  3845. 2C9BD   Internal sigmaX*Y
  3846. 2CA30   Internal LR
  3847. 2CB02   Internal PREDY (1:Real Number)
  3848. 2CB75   Internal PREDX (1:Real Number)
  3849. 2CCBA-P 
  3850. 2CCDF;P MaxSigma (2:short=col 1:2DRealArray)  -> 1:real
  3851. 2CCF8;P MinSigma (2:short=col 1:2DRealArray)  -> 1:real
  3852. 2CD04;P TOT (2:short=col 1:2DRealArray)  -> 1:real
  3853. 2CD13;P MEAN (2:short=col 1:2DRealArray)  -> 1:real
  3854. 2CD22;P VAR (2:short=col 1:2DRealArray)  -> 1:real
  3855. 2CD31;P SDEV (2:short=col 1:2DRealArray)  -> 1:real
  3856. 2CDC5-P 
  3857. 2CE53;P Sum of Squares (4:short=col 3:2DRealArray 2:long_real_0 1:bool=false)
  3858.     -> 1: long_real
  3859.     (It isn't yet known what passing true does.)
  3860. 2CEC0-P 
  3861. 2CF5F-P 
  3862. 2D271;P Check TOS is a non-empty real 2D array, else Invalid Sigma Data Error
  3863. 2D2E6 P Error: Nonexistent sigmaDAT
  3864. 2D2E6-P errn_602_nonexistent_\GSdat
  3865. 2D2EB   MC: Error: Nonexistent sigmaDAT
  3866. 2D2F6-P 
  3867. 2D306-P 
  3868. 2D316-P 
  3869. 2D326-P 
  3870. 2D396^  <Ah>
  3871. 2D3A0   ''PKNO' (Local Name)
  3872. 2D3B1   ''PACKET' (Local Name)
  3873. 2D3C6   ''RETRY' (Local Name)
  3874. 2D3D9   ''ERRMSG' (Local Name)
  3875. 2D3EE   ''KP' (Local Name)
  3876. 2D3FB   ''LNAME' (Local Name)
  3877. 2D40E   ''OBJ' (Local Name)
  3878. 2D41D   ''OPOS' (Local Name)
  3879. 2D42E   ''EXCHP' (Local Name)
  3880. 2D45A   ''KLIST' (Local Name)
  3881. 2D46D   ''KMODE' (Local Name)
  3882. 2D480   ''KPTRN' (Local Name)
  3883. 2D493   ''KRM' (Local Name)
  3884. 2D4A2   ''MaxR' (Local Name)
  3885. 2D5C3^  <C02h>
  3886. 2D6C2^  <40h>
  3887. 2D816   Internal RECN (1:String/Global Name/Local Name)
  3888. 2D816=  Recn_name
  3889. 2D816=  Recn_string
  3890. 2D96A^  <4Bh>
  3891. 2D9A1-P 
  3892. 2D9B2-P 
  3893. 2D9F5   Internal SERVER
  3894. 2D9F5=  Server
  3895. 2DA7C^  <C0Ch>
  3896. 2DD6F^  <C11h>
  3897. 2E31F:  pushr0_and_false
  3898. 2E5AB   Internal SEND (1:Global Name/Local Name)
  3899. 2E5AB=  Send_name
  3900. 2E6EB   Internal SEND (1:List)
  3901. 2E6EB=  Send_list
  3902. 2E7CC^  <3h>
  3903. 2E7D6^  <204h>
  3904. 2E7EF   Internal KGET (1:String/Global Name/Local Name)
  3905. 2E7EF=  Kget_name
  3906. 2E835   Internal KGET (1:List)
  3907. 2E876   Internal FINISH
  3908. 2E876=  Finish
  3909. 2E8D1   Internal PKT (2:String,1:String)
  3910. 2E8D1=  Pkt_strings
  3911. 2E9D5   'IOPAR' (Global Name)
  3912. 2EA4F:  Get_IOPar
  3913. 2EA59   'IOPAR' (Global Name)
  3914. 2EB37-P 
  3915. 2EC11   ABS(IP(Real Number)) -> System Binary
  3916. 2EC39^  <C12h>
  3917. 2EC52:P Proper_baudrate_p
  3918. 2EC84   Internal BAUD (1:Real Number)
  3919. 2EC84:  Baud_real
  3920. 2ECCA   Internal PARITY (1:Real Number)
  3921. 2ECCA:  Parity_real
  3922. 2ED10   Internal TRANSIO (1:Real Number)
  3923. 2ED10:  Transio_real
  3924. 2ED4C   Internal CKSM (1:Real Number)
  3925. 2ED4C:  Cksm_real
  3926. 2EDA6   Internal KERRM
  3927. 2EDA6:  Kerrm
  3928. 2EDE1   Internal BUFLEN
  3929. 2EDE1=  Buflen
  3930. 2EDF5   Internal STIME (1:Real Number)
  3931. 2EDF5=  Stime_real
  3932. 2EE18   Internal SBRK
  3933. 2EE18:  Sbrk_real
  3934. 2EE31-P 
  3935. 2EE6F   Internal XMIT (1:String)
  3936. 2EE6F:  Xmit
  3937. 2EE97   Internal SRECV (1:Real Number)
  3938. 2EE97:  Srecv
  3939. 2F04A^  <C10h>
  3940. 2F0B3^  <8h>
  3941. 2F0E0^  <C0Dh>
  3942. 2F211   ''KML' (Local Name)
  3943. 2F3A6^  <40h>
  3944. 2F46E   ''KEOF' (Local Name)
  3945. 2F4A2^  <86h>
  3946. 2F8EE^  <C0Eh>
  3947. 2F96B^  <40h>
  3948. 2FA9C^  <C0Fh>
  3949. 2FD26-P 
  3950. 2FEF1-P 
  3951. 2FEFD-P 
  3952. 3030633A=  ret_c
  3953. 30771-P 
  3954. 30794 P Binary file header (HPHP48-B)
  3955. 30794-P string_"hphp48-n"       
  3956. 30805-P 
  3957. 30BD7-P 
  3958. 30E6C-P 
  3959. 3100E:  Copy_70406nib_to_110
  3960. 3106B:  add_100_mul_13104_to_d
  3961. 3106F:  add_c_mul_13104_to_d
  3962. 31085:  test_bit3_of_402
  3963. 310A5:  test_if_401_is_Ch
  3964. 310CA:  get_112_and_test_bit0
  3965. 3133B-P 
  3966. 3136C-P 
  3967. 314E5-P 
  3968. 31579-P 
  3969. 31589-P 
  3970. 315C6   Internal CLOSEIO
  3971. 31608-P 
  3972. 3161E-P 
  3973. 31666563=  ret_c
  3974. 3178E-P 
  3975. 3182C^  <C15h>
  3976. 31868   Internal CR
  3977. 318A4   Internal PRSTC
  3978. 318FE   Internal PR1
  3979. 31A25   Internal PRST
  3980. 31BF1^  <C16h>
  3981. 31C37   ''IWrap' (Local Name)
  3982. 31C5E^  <127h>
  3983. 31D56   Internal PRVAR (1:Global Name/Local Name)
  3984. 31DAB   Internal OLDPRT
  3985. 31EE2   Internal PRLCD
  3986. 31F4F^  1.8
  3987. 31F87   'PRTPAR' (Global Name)
  3988. 31FB8   'PRTPAR' (Global Name)
  3989. 31FFD   Internal DELAY (1:Real Number)
  3990. 320B1^  Real 80
  3991. 320D0^  <C13h>
  3992. 32323-P 
  3993. 3234D-P 
  3994. 323F9-P 
  3995. 324A6-P 
  3996. 324C8-P 
  3997. 3252B-P 
  3998. 32F77   Internal ROOT (3 args)
  3999. 33C29^  <A05h>
  4000. 33C83^  <A06h>
  4001. 33CA1^  <12Fh>
  4002. 33CBF^  <A01h>
  4003. 33CD3^  <A02h>
  4004. 33D91^  <A04h>
  4005. 34301^  <A03h>
  4006. 3431F-P 
  4007. 3437C-P 
  4008. 34389-P 
  4009. 34394-P 
  4010. 343D1-P 
  4011. 344C7-P 
  4012. 34546-P 
  4013. 34627-P 
  4014. 346E8-P 
  4015. 346F8-P 
  4016. 34708-P 
  4017. 3474E-P 
  4018. 34771-P 
  4019. 3477E-P 
  4020. 3478E-P 
  4021. 3479E-P 
  4022. 347AE-P 
  4023. 347DA-P 
  4024. 347E7-P 
  4025. 347F7-P 
  4026. 34807-P 
  4027. 34817-P 
  4028. 34827-P 
  4029. 3491B-P 
  4030. 349C6-P 
  4031. 34A08-P 
  4032. 34A1A-P 
  4033. 34A56-P  
  4034. 34B2D-P 
  4035. 34B77-P 
  4036. 34BB5-P 
  4037. 34C21-P 
  4038. 34C49-P 
  4039. 34D30   '' (Local Name)
  4040. 34D30:  Local_null
  4041. 34D3C-P 
  4042. 34DBB   ''symb' (Global Name)
  4043. 34DBB:  Global_Symb
  4044. 350B5-P 
  4045. 3516C-P 
  4046. 35236-P 
  4047. 35318-P 
  4048. 3558E-P get_(as_real/complex)_1short2array(real/complex)
  4049. 355B8-P get_(as_real)_1short2array(real)
  4050. 355C8-P get_(as_complex)_1short2array(complex)
  4051. 355D8-P get_(as_longreal/longcomplex)_1short2array(real/complex)
  4052. 35602-P get_(as_longreal)_1short2array(real)
  4053. 35628-P put_1short2real/complex3array(real/complex)
  4054. 35628-P put_1short2longreal/longcomplex3array(real/complex)
  4055. 3566F-P put_1short2real3array(real)
  4056. 356F3-P put_1short2complex3array(complex)
  4057. 3574C:  rplret_7
  4058. 357A8:P Stat_Dir
  4059. 357A8-P size_(row_column)_1array(matrix_true_vector_false)
  4060. 357F0-P longreal\->real_1longreal
  4061. 35804-P +_1real2real
  4062. 3581E-P -_1real2real
  4063. 35831-P 
  4064. 35849-P next
  4065. 35864-P 
  4066. 35870-P 
  4067. 35ADA:  getshort_ref
  4068. 35AE1:  save_regs_ref
  4069. 35AF6:P Assert_2RArr_elseq
  4070. 35B3D:  popd1_eval_ret
  4071. 35B42:  eval_ret
  4072. 35B4F:P Switch_R_C_LR
  4073. 35B90:P Switch_R_C_LR_and_R_LR
  4074. 35C14:  popd1_eval_ret_ref
  4075. 35CAE   Internal CON (2:List,1:Real Number)
  4076. 35D35   Internal IDN (1:Array)
  4077. 35D71-P 
  4078. 35DEB   Internal NEG (1:Array)
  4079. 35DEB=  Neg_array
  4080. 35E2C   Internal RND (2:Array,1:Real Number)
  4081. 35EA9   Internal TRNC (2:Array,1:Real Number)
  4082. 35EA9=  Trunc_array_real
  4083. 35EC2   Internal RND (2:Complex Number,1:Real Number)
  4084. 35EC2=  Rnd_complex_real
  4085. 35F17   Internal TRNC (2:Complex Number,1:Real Number)
  4086. 35F17=  Trunc_complex_real
  4087. 35F30   Internal CONJ (1:Array)
  4088. 35F30=  Conj_array
  4089. 35F8F   Internal RE (1:Array)
  4090. 35F8F=  RE_ComplexArr
  4091. 35FEE   Internal IM (1:Array)
  4092. 35FEE=  IM_array
  4093. 36039   Internal R->C (2:Array,1:Array)
  4094. 36039=  RtoC_array
  4095. 360B6   Internal C->R (1:Array)
  4096. 360B6=  CtoR_array
  4097. 36115   Internal + (2:Array,1:Array)
  4098. 36115=  Add_array_array
  4099. 36278   Internal - (2:Array,1:Array)
  4100. 36278=  Sub_array
  4101. 362DC   Internal * (2/1:Real Number/Complex Number,1/2:Array)
  4102. 362DC=  Mul_array_complex
  4103. 362DC=  Mul_array_real
  4104. 362DC=  Mul_complex_array
  4105. 362DC=  Mul_real_array
  4106. 363A436D=  ret_c
  4107. 363CC   Internal / (2:Array,1:Real Number/Complex Number)
  4108. 363CC=  Div_array_complex
  4109. 363CC=  Div_array_real
  4110. 36435   Internal SQ (1:Array)
  4111. 36435=  Sq_array
  4112. 3643F   Internal * (2:Array,1:Array)
  4113. 3643F=  Mul_array
  4114. 365AC   Internal RSD (3:Array,2:Array,1:Array)
  4115. 365AC=  Rsd_array
  4116. 366F6   Internal DOT (2:Array,1:Array)
  4117. 366F6=  Dot_array
  4118. 36782   Internal CROSS (2:Array,1:Array)
  4119. 36782=  Cross_array
  4120. 368E5   Internal RNRM (1:Array)
  4121. 368E5=  Rnrm_array
  4122. 368F9   Internal CNRM (1:Array)
  4123. 368F9=  Cnrm_array
  4124. 3690D   Internal RNRM... (1:Array)
  4125. 369CB   Internal ABS (1:Array)
  4126. 369CB=  Abs_array
  4127. 36A2A   Internal DET (1:Array)
  4128. 36A2A=  Det_array
  4129. 36B0B   Internal INV (1:Array)
  4130. 36B0B=  Inv_array
  4131. 36B60   Internal / (2:Array,1:Array)
  4132. 36B60=  Div_array
  4133. 36BF6   '#a' (Local Name)
  4134. 36C01   '#b' (Local Name)
  4135. 36C2F   '#b' (Local Name)
  4136. 36C3F   '#a' (Local Name)
  4137. 36CEF   '#b' (Local Name)
  4138. 36D18   '#b' (Local Name)
  4139. 3742D-P 
  4140. 3745E-P  
  4141. 37500-P 
  4142. 375B0-P  
  4143. 376AE-P 
  4144. 376EA-P  
  4145. 3773C-P 
  4146. 37834-P  
  4147. 37840-P 
  4148. 37944-P 
  4149. 379FF-P 
  4150. 37DE7^  <501h>
  4151. 37E73-P 
  4152. 37E7F-P 
  4153. 3811F   Internal TRN (1:Array)
  4154. 38179-P 
  4155. 38A3E   ''SavedUI' (Local Name)
  4156. 38C08-P sto_@d1_to_@70605
  4157. 38C18-P 
  4158. 38C28-P 
  4159. 38C38-P sto_@d1_to_@7060A
  4160. 38C48-P 
  4161. 38C58-P 
  4162. 38C68-P 
  4163. 38C78-P 
  4164. 38C88-P 
  4165. 38C98-P 
  4166. 38CAB-P 
  4167. 38CBE-P 
  4168. 38CD1-P 
  4169. 38CDF-P 
  4170. 38CED-P 
  4171. 38CFB-P 
  4172. 38D09-P 
  4173. 38D17-P 
  4174. 38D25-P 
  4175. 38D33-P 
  4176. 38D41-P 
  4177. 38D4F-P 
  4178. 38D5D-P 
  4179. 38D6B-P 
  4180. 38D79-P 
  4181. 38D8A-P 
  4182. 38D9B-P 
  4183. 391EE:  Freeze_display
  4184. 39275-P 
  4185. 39283-P 
  4186. 39291-P 
  4187. 3929F-P 
  4188. 392AD-P 
  4189. 392BB-P 
  4190. 392C9-P 
  4191. 392D7-P 
  4192. 392E5-P 
  4193. 392F3-P 
  4194. 39301-P 
  4195. 3930F-P 
  4196. 3931D-P 
  4197. 3932B-P 
  4198. 39339-P 
  4199. 39347-P 
  4200. 39355-P 
  4201. 39363-P 
  4202. 39371-P 
  4203. 3937F-P 
  4204. 3938D-P 
  4205. 3939B-P 
  4206. 393A9-P 
  4207. 393B7-P 
  4208. 393C5-P 
  4209. 393D3-P freeze_status_area
  4210. 393E1-P 
  4211. 393EF-P 
  4212. 393FD-P freeze_stack
  4213. 3940B-P 
  4214. 39419-P 
  4215. 39427-P 
  4216. 39435-P 
  4217. 39443-P 
  4218. 39451-P freeze_menu_bar
  4219. 3945F-P 
  4220. 3946D-P 
  4221. 3947B-P 
  4222. 39489-P 
  4223. 39497-P 
  4224. 394A5-P 
  4225. 394B3-P 
  4226. 394C1-P 
  4227. 394CF-P 
  4228. 394DD-P 
  4229. 394EB-P 
  4230. 394F9-P 
  4231. 39507-P 
  4232. 39515-P 
  4233. 39523-P 
  4234. 39531-P 
  4235. 3953F-P 
  4236. 3954D-P 
  4237. 3955B-P 
  4238. 39569-P 
  4239. 3957A-P 
  4240. 3958B-P 
  4241. 3974D^  <3039h>
  4242. 39980^  <7Dh>
  4243. 39F6F-P 
  4244. 39FB0-P 
  4245. 39FC1-P 
  4246. 39FD2-P 
  4247. 3A1FC   Update menu display
  4248. 3A1FC=  Update_menu
  4249. 3A20B^  <6Eh>
  4250. 3A215^  <58h>
  4251. 3A21F^  <42h>
  4252. 3A229^  <2Ch>
  4253. 3A297:  Disp_in_menuGrob
  4254. 3A2C9:  Eval_Eval_70632
  4255. 3A337:  Grob_lineseg            Line segment - line above menu entry
  4256. 3A399:  Grob_lineseg_square     Same, but with check square
  4257. 3A3FB:  Grob_dot_space_lineseg
  4258. 3A45D:  Grob_inverse_menu
  4259. 3A45D:  Grob_inverse_menu       Solver-type menu box
  4260. 3A4CE:  DispString_fromLine
  4261. 3A546:  EraseStk_Line1
  4262. 3A55F:  EraseStk_line_10h_to_38h
  4263. 3A578:  EraseStk
  4264. 3A62C^  <1Dh>
  4265. 3A672^  <11h>
  4266. 3A69A:  key_quote
  4267. 3A6B3:  key_bshf_X
  4268. 3A6CC:  key_oshf_div
  4269. 3A6E5:  key_oshf_PRG
  4270. 3A71C:  key_NXT
  4271. 3A735:  key_oshf_NXT
  4272. 3A73F^  <FFFFAh>
  4273. 3A7A3:  key_oshf_4
  4274. 3A7C6:  key_oshf_plusMinus
  4275. 3A7F3:  key_ENTER
  4276. 3A834:  key_left
  4277. 3A870^  <10h>
  4278. 3A893:  key_oshf
  4279. 3A8C5:  key_bshf
  4280. 3A8DE:  key_right
  4281. 3A91A^  <12h>
  4282. 3A93D:  key_up
  4283. 3A96A^  <Bh>
  4284. 3AA0A:  key_alpha
  4285. 3AA37:  key_alpha_oshf
  4286. 3AA50:  key_alpha
  4287. 3AA69:  key_alpha_bshf
  4288. 3AA82:  key_plusMinus
  4289. 3AA9B:  key_plusMinus
  4290. 3AAEB:  key_bshf_DEL
  4291. 3AB40^  <1Ch>
  4292. 3AB59:  key_oshf_9
  4293. 3AB72:  key_CST
  4294. 3AB8B:  key_oshf_add
  4295. 3ABA4:  key_oshf_x
  4296. 3ABBD:  key_alpha_oshf_sub
  4297. 3ABD6:  key_oshf_sub
  4298. 3ABEF:  key_bshf_add
  4299. 3AC08:  key_bshf_div
  4300. 3AC21:  key_bshf_sub
  4301. 3AC3A:  key_EEX
  4302. 3ACBC:  key_oshf_3
  4303. 3AD57:  key_MTH
  4304. 3AD70:  key_oshf_VAR
  4305. 3AD89:  key_bshf_VAR
  4306. 3ADA2:  key_oshf_CST
  4307. 3ADBB:  key_bshf_CST
  4308. 3ADED:  key_oshf_8
  4309. 3AE1A:  key_PRG
  4310. 3AE33:  key_oshf_MTH
  4311. 3AE4C:  key_oshf_down
  4312. 3AE6F:  key_oshf_up
  4313. 3AE88:  key_oshf_7
  4314. 3AEB5:  key_oshf_5
  4315. 3AEE2:  key_bshf_5
  4316. 3AF05:  key_oshf_6
  4317. 3AF1E:  key_bshf_6
  4318. 3AF37:  key_VAR
  4319. 3AF50:  key_oshf_ENTER
  4320. 3AF69:  key_bshf_plusMinus
  4321. 3AF73:  key_bshf_plusMinus
  4322. 3B068:  key_bshf_ENTER
  4323. 3B081:  key_bshf_alpha
  4324. 3B095:  key_bshf_alpha
  4325. 3B0DB:  key_oshf_alpha
  4326. 3B1B7:  key_bshf_1
  4327. 3B1CB:  key_oshf_1
  4328. 3B293:  Menu_Math               Internal-format MTH menu
  4329. 3B36C:  Menu_Math_Parts         MTH PARTS menu
  4330. 3B3E4:  Menu_Math_Prob          MTH PROB menu
  4331. 3B420:  Menu_Math_Hyp           MTH HYP menu
  4332. 3B452:  Menu_Math_Matrx         MTH MATRX menu
  4333. 3B489:  Menu_Math_Vectr         MTH VECTR menu
  4334. 3B4CA:  Menu_Math_Base          MTH BASE menu
  4335. 3BB46:  Menu_Modes              MODES menu
  4336. 3BD46:  Menu_blue_Memory        [blue] MEMORY menu
  4337. 3C039:  Menu_Plot_Ptype         PLOT PTYPE menu
  4338. 3E71A=  Menu_IO_Setup           IO SETUP menu
  4339. 3F103^  <7DBBFh>
  4340. 3F10D^  <7DC05h>
  4341. 3F117^  <7DC5Ah>
  4342. 3F121^  <7DC82h>
  4343. 3F12B^  <7DCA0h>
  4344. 3F135^  <7DCBEh>
  4345. 3F13F^  <7DCCDh>
  4346. 3F149^  <7DCE1h>
  4347. 3F153^  <7DCF0h>
  4348. 3F15D^  <7DD04h>
  4349. 3F26B-P 
  4350. 3F5DD-P 
  4351. 3FACF   'SKEY' (Global Name)
  4352. 3FAE8   'SKEY' (Local Name)
  4353. 3FB1F^  <7B4E4h>
  4354. 3FD36:  key_alpha
  4355. 3FD63:  key_alpha_oshf
  4356. 3FD90:  key_alpha_bshf
  4357. 3FDD1   Internal RULES
  4358. 3FDD1=  Rules
  4359. 3FF75-P 
  4360. 3FF86-P 
  4361. 3FF97-P 
  4362. 3FFA8-P 
  4363. 3FFB9-P user\->1use  
  4364. 3FFCA-P 
  4365. 4002F-P 
  4366. 4048F-P 
  4367. 40788   Null Program
  4368. 40792-P 
  4369. 4093B   '.ENTER' (Global Name)
  4370. 409DF   '.ENTER' (Global Name)
  4371. 409DF:  Global_betaENTER
  4372. 40A6F:P Store_7065f
  4373. 40A82:P Get_7065f
  4374. 40A95-P 
  4375. 40A9A:  Clear_7065f
  4376. 40AA8:P Zerop_7065f
  4377. 40BDD-P          
  4378. 40C94-P         
  4379. 40CC3-P  
  4380. 40D25:  key_alpha_alpha
  4381. 40EE7:P Delay_55e
  4382. 40F02:P Delay_6b67
  4383. 40F12:P Delay_43206h
  4384. 41125:  Short_ffffbh            <ffffbh>
  4385. 415C9 Internal RCLMENU
  4386. 415D8^  <6h>
  4387. 415f1^  Real 100
  4388. 41679 Internal TMENU (1:Real Number)
  4389. 417AF-P 
  4390. 417C0-P 
  4391. 417D1-P  
  4392. 417E2-P 
  4393. 417F3-P  
  4394. 41804-P 
  4395. 41815-P  
  4396. 41826-P 
  4397. 41837-P  
  4398. 41848:P Store_707c9_short
  4399. 4185B:P Get_707c9_short
  4400. 4186E:P Store_707d3_short
  4401. 41881:P Get_707d3_short
  4402. 41894:P Store_7061e
  4403. 418A4:P Get_7061e
  4404. 418B4:P Store_70628
  4405. 418C4:P Eval_70628
  4406. 418D4:P Store_7062d
  4407. 418E4:P Eval_7062d
  4408. 418F4:P Store_70632
  4409. 41904:P Eval_70632
  4410. 41914:P Store_70637
  4411. 41924:P Get_70637
  4412. 41934:P Eval_70637
  4413. 41944:P Store_7063c
  4414. 41954:P Eval_7063c
  4415. 41964:P Store_70641
  4416. 41974:P Eval_70641
  4417. 41984:P Store_70646
  4418. 41994:P Eval_70646
  4419. 419A4:P Store_70560
  4420. 419B4:P Eval_70650
  4421. 419C4:P Store_70655
  4422. 419D4:P Eval_70655
  4423. 419E4:P Store_70623
  4424. 419F4:P Get_70623
  4425. 41A04:P Store_7064b
  4426. 41A14:P Get_7064b
  4427. 41A24:  setindc_rplret_ref2
  4428. 41A2B:  pushindc_rplret_ref2
  4429. 41A32:  rpljump_indc_ref2
  4430. 41A39:  Get_userkeys
  4431. 41A43 'UserKeys' (Global Name)
  4432. 41A5F:  Get_userkeysCRC
  4433. 41A69 'UserKeys.CRC' (Global Name)
  4434. 41AA1 Intenral STOKEYS (1:List)
  4435. 41B28 Internal ASN (2:Any,1:Real Number)
  4436. 41B3C Internal DELKEYS (1:List)
  4437. 41B69 Internal DELKEYS (1:Real Number)
  4438. 41BA5 Internal STOKEYS (1:Global Name/Local Name)
  4439. 41BB9 Internal DELKEYS (1:Global Name/Local Name)
  4440. 41BD7 'S' (Global Name)
  4441. 41BEA 'S' (Local Name)
  4442. 41F2C-P 
  4443. 41F3F-P 
  4444. 41F52-P 
  4445. 41F65=  Get_key
  4446. 42262:P Zerop_loc70679
  4447. 4227F-P 
  4448. 422A1-P 
  4449. 422C6-P 
  4450. 422EB-P 
  4451. 42309-P 
  4452. 4231A-P 
  4453. 4237F-P 
  4454. 42396-P 
  4455. 4245C:  While_loc70679nonzero
  4456. 4248E-P 
  4457. 424A1-P 
  4458. 424B4-P 
  4459. 424C7-P 
  4460. 42A07-P 
  4461. 42C74:  Dup2_LFpos
  4462. 43395 Internal INPUT (2:String,1:String)
  4463. 433CC Internal INPUT (2:String,1:List)
  4464. 4353E 'ALG' (Global Name)
  4465. 43555 'ALG' (Local Name)
  4466. 4358A '.' (Global Name)
  4467. 4359D '.' (Local Name)
  4468. 435CE 'V' (Global Name)
  4469. 435E1 'V' (Local Name)
  4470. 4426D^  <15h>
  4471. 442A4-P 
  4472. 4434F-P justify_right_margin_for_edit
  4473. 44407-P 
  4474. 444C3-P edit_1string
  4475. 444EE-P edit_1charater
  4476. 44683-P 
  4477. 44711-P 
  4478. 44730-P  
  4479. 4478A-P 
  4480. 4482D-P  
  4481. 46BE3^  <84h>
  4482. 46EB8^  <26h>
  4483. 47129^  <84h>
  4484. 472C8^  <502h>
  4485. 472D2^  <503h>
  4486. 472DC^  <504h>
  4487. 472E6^  <505h>
  4488. 472F0^  <506h>
  4489. 472FA-P 
  4490. 4730A-P 
  4491. 4731A-P 
  4492. 4732A-P  
  4493. 47459 'X' (Global Name)
  4494. 47A1A Internal XRNG (2:Real Number,1:Real Number)
  4495. 47A42 Internal YRNG (2:Real Number,1:Real Number)
  4496. 47A6A Internal INDEP (1:Real Number)
  4497. 47A8D Internal DEPND (1:Real Number)
  4498. 47F65^  <1h>
  4499. 48D4B 'ALRMDAT' (Global Name)
  4500. 49161^  Real 40
  4501. 491D5 Internal AUTO
  4502. 494B4^  0.1
  4503. 49618^  0.15
  4504. 496A0^  <100h>
  4505. 4A145 'X' (Global Name)
  4506. 4A16C Internal sigmaLINE
  4507. 4A19E 'X' (Global Name)
  4508. 4A1DE 'X' (Global Name)
  4509. 4A22D 'X' (Global Name)
  4510. 4A25E 'X' (Global Name)
  4511. 4A320^  <605h>
  4512. 4A32A^  <606h>
  4513. 4A334^  <607h>
  4514. 4A33E^  <608h>
  4515. 4A348^  <609h>
  4516. 4A352^  <60Ah>
  4517. 4A35C^  <60Bh>
  4518. 4A366^  <60Ch>
  4519. 4A370^  <60Dh>
  4520. 4A37A^  <60Eh>
  4521. 4A384^  <60Fh>
  4522. 4A38E^  <610h>
  4523. 4A398^  <611h>
  4524. 4A3A2^  <612h>
  4525. 4A3AC^  <613h>
  4526. 4A3B6^  <614h>
  4527. 4A3C0^  <615h>
  4528. 4A3CA^  <616h>
  4529. 4A3D4^  <617h>
  4530. 4A3DE^  <618h>
  4531. 4A3E8^  <619h>
  4532. 4A3F2^  <61Ah>
  4533. 4A3FC^  <61Bh>
  4534. 4A406^  <61Ch>
  4535. 4A410^  <61Dh>
  4536. 4A41A^  <61Eh>
  4537. 4A424^  <61Fh>
  4538. 4A42E^  <620h>
  4539. 4A438^  <621h>
  4540. 4A442^  <622h>
  4541. 4A44C^  <623h>
  4542. 4A456^  <624h>
  4543. 4A460^  <628h>
  4544. 4A46A^  <629h>
  4545. 4A474^  <62Ah>
  4546. 4A47E^  <62Bh>
  4547. 4A488^  <62Ch>
  4548. 4A492^  <62Dh>
  4549. 4A49C^  <62Eh>
  4550. 4AB1C 'X' (Global Name)
  4551. 4AB2A (0,0)
  4552. 4AB59 'Y' (Global Name)
  4553. 4AC61 Internal CENTR (1:Complex Number)
  4554. 4AE3C Internal SCALE (2:Real Number,1:Real Number)
  4555. 4AF77 Internal INDEP (1:Global Name)
  4556. 4AF8B Internal INDEP (1:List)
  4557. 4AFB3 Internal DEPND (1:Global Name)
  4558. 4AFC7 Internal DEPND (1:List)
  4559. 4AFEF Internal RES (1:Real Number)
  4560. 4B012 Internal RES (1:positive Real Number/Binary Integer)
  4561. 4B03A Internal AXES (1:Complex Number)
  4562. 4B04E Internal AXES (1:List)
  4563. 4B09E Internal PMIN (1:Complex Number)
  4564. 4B0C6 Internal PMAX (1:Complex Number)
  4565. 4B206 Internal PDIM (2:Complex Number,1:Complex Number)
  4566. 4B300 Internal PDIM (2:Binary Integer,1:Binary Integer)
  4567. 4B323 Internal PDIM (2:System Binary,1:System Binary)
  4568. 4B32D^  <800h>
  4569. 4B553 Internal *H (1:Real Number)
  4570. 4B5AD Internal *W (1:Real Number)
  4571. 4B60C Internal ERASE
  4572. 4B6AC Internal DRAW
  4573. 4B864^  0.0349065850399
  4574. 4C035^  499
  4575. 4C068^  499
  4576. 4C09B-P 
  4577. 4C0D4-P  
  4578. 4C607 Internal DRAX
  4579. 4C86E-P 
  4580. 4C8F4 Internal BINS (3:Real Number,2:Real Number,1:Real Number)
  4581. 4C908^  <FFFFDh>
  4582. 4C944 ''xmax' (Local Name)
  4583. 4C955 ''N' (Local Name)
  4584. 4CF55 ''EnvOK' (Local Name)
  4585. 4CF68 ''EXITFCN' (Local Name)
  4586. 4D1AA Internal GRAPH
  4587. 4D209^  <41h>
  4588. 4D30D ''EnvOK' (Local Name)
  4589. 4D352 ''EnvOK' (Local Name)
  4590. 4D36F ''EnvOK' (Local Name)
  4591. 4DFD0-P  
  4592. 4E0D8-P 
  4593. 4E12A-P  
  4594. 4E333^  <3Fh>
  4595. 4E34C^  <37h>
  4596. 4E36A^  <37h>
  4597. 4E37E-P
  4598. 4E875   Internal LABEL
  4599. 4ECFD^  <201h>
  4600. 4ED25^  <202h>
  4601. 4F011   Internal PVIEW (1:Complex Number)
  4602. 4F02F   Internal PVIEW (1:List)
  4603. 4F0AC   Internal PX->C (1:List)
  4604. 4F179   Internal C->PX (1:Complex Number)
  4605. 4F37C   Internal STO (2:Graphic,1:PICT)
  4606. 4F390^  <800h>
  4607. 4F3D1   Convert level 1 and 2 Binary Integers to System Binary
  4608. 4F3EF   Internal PIXON (1:Complex Number)
  4609. 4F458   Internal PIXON (1:List)
  4610. 4F471   Internal PIXOFF (1:Complex Number)
  4611. 4F48A   Internal PIXOFF (1:List)
  4612. 4F4A3   Internal PIX? (1:Complex Number)
  4613. 4F4BC   Internal PIX? (1:List)
  4614. 4F4D0^  <80000h>
  4615. 4F525   Internal LINE (2:List,1:List)
  4616. 4F539   Internal TLINE (2:List,1:List)
  4617. 4F584   Internal LINE (2:Complex Number,1:Complex Number)
  4618. 4F598   Internal TLINE (2:Complex Number,1:Complex Number)
  4619. 4F665   Internal BOX (2:List,1:List)
  4620. 4F688   Internal BOX (2:Complex Number,1:Complex Number)
  4621. 4F6A1   Internal BLANK (2:Binary Integer,1:Binary Integer)
  4622. 4F6BA   Internal GOR/GXOR (4:True/False,3:Graphic,2:List,1:Graphic)
  4623. 4F6F6   Internal GOR/GXOR (4:True/False,3:Graphic,2:Complex Number,1:Graphic)
  4624. 4F741   Internal GOR/GXOR (4:True/False,3:PICT,2:Complex Number/List,1:Graphic)
  4625. 4F8D1   Internal + (2:Graphic,1:Graphic)
  4626. 4F8D1=  Add_grob_grob
  4627. 4F999   Internal REPL (3:Graphic,2:List,1:Graphic)
  4628. 4F999=  Repl_grob_list_grob
  4629. 4F9F3   Internal REPL (3:Graphic,2:Complex Number,1:Graphic)
  4630. 4F9F3=  Repl_grob_cmplx_grob
  4631. 4FA2F   Internal REPL (3:PICT,2:List/Complex Number,1:Graphic)
  4632. 4FA2F=  Repl_prg_cmplx_grob
  4633. 4FA2F=  Repl_prg_list_grob
  4634. 4FA7A   Internal REPL (3:List,2:Real Number,1:List)
  4635. 4FA7A=  Repl_list_string_list
  4636. 4FAF7   Internal REPL (3:String,2:Real Number,1:String)
  4637. 4FAF7=  Repl_string_real_string
  4638. 4FB74   Internal SUB (3:Graphic,2:List,1:List)
  4639. 4FB74=  Sub_Grob_List_List
  4640. 4FBC4   Internal SUB (3:Graphic,2:Complex Number,1:Complex Number)
  4641. 4FBC4=  Sub_Grob_Cmpx_Cmpx
  4642. 4FBF6   Internal SUB (3:PICT,2/1:List or Complex Number)
  4643. 4FC28   Internal NEG (1:Graphic)
  4644. 4FC28=  Neg_grob
  4645. 4FC3C   Internal NEG (1:PICT)
  4646. 4FC3C=  Neg_prg
  4647. 4FC5F   Internal ARC (4:Complex Number,3:Real Number,2:Real Number,1:Real Number
  4648. )
  4649. 4FD2C   Internal ARC (4:List,3:Binary Integer,2:Real Number,1:Real Number)
  4650. 4FF9D   ''xe' (Local Name)
  4651. 4FFAA   ''ye' (Local Name)
  4652. 4FFB7   ''x' (Local Name)
  4653. 4FFC2   ''y' (Local Name)
  4654. 4FFCD   ''xc' (Local Name)
  4655. 4FFDA   ''yc' (Local Name)
  4656. 4FFE7   ''r2' (Local Name)
  4657. 4FFF4   ''left' (Local Name)
  4658. 50005   ''up' (Local Name)
  4659. 50012   ''exit' (Local Name)
  4660. 50262:  Add_real_1
  4661. 503C5   XFER: Internal TEXT
  4662. 503D4   Internal LCD->
  4663. 503F7^  <38h>
  4664. 50424^  <38h>
  4665. 50438   Internal ->LCD (1:Graphic)
  4666. 5046A   Internal CLLCD
  4667. 5046A:  Cllcd
  4668. 5048D   Internal ->GROB (2:Any,1:Real Number)
  4669. 5048D:  ToGrob
  4670. 5053C:  GROB_Plus_Cursor
  4671. 5055A:  GROB_Cross_Cursor
  4672. 50578-P size_(dimension)_1grob
  4673. 50578 P get GROB dimensions (2:Rows,1:Columns)
  4674. 50578:P Grobsize
  4675. 505B2:  GROB_null               Template for GROBs
  4676. 505E4-P 
  4677. 506AB-P  
  4678. 506C2-P 
  4679. 50701-P  
  4680. 50785-P 
  4681. 50ACC-P
  4682. 50ADB-P
  4683. 50AEA-P
  4684. 50AF9-P
  4685. 50B08-P
  4686. 50B17-P
  4687. 50D3E   ''PlotEnv' (Local Name)
  4688. 50E45^  <104h>
  4689. 50E4F^  <602h>
  4690. 50E59-P
  4691. 50EA5-P
  4692. 50EB9-P
  4693. 50FCE   'X' (Global Name)
  4694. 50FE6   'Y' (Global Name)
  4695. 51148   validate pop TOS is PICT (Bad Argument Type)
  4696. 51288   'PPAR' (Global Name)
  4697. 51300   place SCATTER on the stack, do not call
  4698. 51314   place HISTOGRAM (XLIB 2 226) on the stack, do not call
  4699. 51328   place BAR (XLIB 2 227) on the stack, do not call
  4700. 5137D^  <100h>
  4701. 51436   's1' (Global Name)
  4702. 514EB^  6.28318530718 = 2pi
  4703. 515CD-P
  4704. 5179E   push GROB dimensions (2:Rows,1:Columns)
  4705. 517B2:  Pick3_Grobsize
  4706. 517F3=  IfEqualReal_thenEvalEnd
  4707. 5182F:  LoopCounter_DecLoopCounter
  4708. 51843:  Inc_lev2
  4709. 51857:  Dec_lev2
  4710. 5186B:  Drop_Rules
  4711. 5187F   get PICT dimensions (2:Rows,1:Columns)
  4712. 5187F:  Grobsize_of_graphGrob
  4713. 5190B   ''PlotEnv' (Local Name)
  4714. 5193B^  (1,0) Long Complex 
  4715. 5196A   (-1,0)
  4716. 5198F   Internal IM (1:Real Number)
  4717. 5198F=  IM_Real
  4718. 519A3   Internal RE (1:Complex Number)
  4719. 519A3=  RE_Complex
  4720. 519B7   Internal IM (1:Complex Number)
  4721. 519B7=  IM_Complex
  4722. 519F8-P
  4723. 51A07-P longreal\->complex_1longreal2longreal
  4724. 51A37-P real\->complex_1real
  4725. 51A37:P Real_as_complex
  4726. 51A4A-P 
  4727. 51A5F-P 
  4728. 51B2A-P 
  4729. 51B43-P  
  4730. 51B70 P Internal NEG (1:Complex Number)
  4731. 51B70-P neg_1complex
  4732. 51B70:P Neg_complex
  4733. 51B91-P 
  4734. 51BB2 P Internal CONJ (1:Complex Number)
  4735. 51BB2-P conj_1complex
  4736. 51BB2:P Conj_complex
  4737. 51BC1-P 
  4738. 51BD0   Internal + (2:Complex Number,1:Real Number)
  4739. 51BD0=  Add_complex_real
  4740. 51BF8   Internal + (2:Real Number,1:Complex Number)
  4741. 51BF8=  Add_real_complex
  4742. 51C16   Internal + (2:Complex Number,1:Complex Number)
  4743. 51C16=  Add_complex_complex
  4744. 51CD4   Internal - (2:Real Number,1:Complex Number)
  4745. 51CD4=  Sub_real_complex
  4746. 51CE8   Internal - (2:Complex Number,1:Real Number)
  4747. 51CE8=  Sub_complex_real
  4748. 51CFC   Internal - (2:Complex Number,1:Real Number)
  4749. 51CFC=  Sub_comlex
  4750. 51D4C   Internal * (2:Complex Number,1:Real Number)
  4751. 51D4C=  Mul_complex_real
  4752. 51D60   Internal * (2:Real Number,1:Complex Number)
  4753. 51D60=  Mul_real_complex
  4754. 51D88   Internal * (2:Complex Number,1:Complex Number)
  4755. 51D88=  Mul_complex
  4756. 51E19   Internal / (2:Real Number,1:Complex Number)
  4757. 51E19=  Div_real_complex
  4758. 51E64   Internal / (2:Complex Number,1:Real Number)
  4759. 51E64=  Div_complex_real
  4760. 51EC8   Internal / (2:Complex Number,1:Complex Number)
  4761. 51EC8=  Div_complex
  4762. 51EFA   Internal INV (1:Complex Number)
  4763. 51EFA=  Inv_complex
  4764. 52062   Internal ABS (1:Complex Number)
  4765. 52062=  Abs_complex
  4766. 52099   Internal ARG (1:Complex Number)
  4767. 52099=  Arg_complex
  4768. 520CB   Internal SIGN (1:Complex Number)
  4769. 520CB=  SigmaN_complex
  4770. 52107   Internal sqrt (1:Complex Number)
  4771. 52107=  Sqrt_complex
  4772. 52193   Internal EXP (1:Complex Number)
  4773. 52193=  Exp_complex
  4774. 521E3   Internal LN (1:Complex Number)
  4775. 521E3=  Ln_complex
  4776. 522BF   Internal LOG (1:Complex Number)
  4777. 522BF=  Log_complex
  4778. 52305   Internal ALOG (1:Complex Number)
  4779. 52305=  Alog_complex
  4780. 5230F^  2.30258509299405 (Long Real)
  4781. 52342   Internal ^ (2:Real Number,1:Complex Number)
  4782. 52342=  Pwr_real_complex
  4783. 52360   Internal ^ (2:Complex Number,1:Real Number)
  4784. 52360=  Pwr_complex_real
  4785. 52374   Internal ^ (2:Complex Number,1:Complex Number)
  4786. 52374=  Pwr_complex
  4787. 524AF   (0,0)
  4788. 524AF:  Complex_0_0i
  4789. 524F7   (1,0)
  4790. 524F7:  Complex_1_0i
  4791. 5251C:  Real_MAXR
  4792. 52530   Internal SIN (1:Complex Number)
  4793. 52530=  Sin_complex
  4794. 52571   Internal COS (1:Complex Number)
  4795. 52571=  Cos_complex
  4796. 525B7   Internal TAN (1:Complex Number)
  4797. 525B7=  Tan_complex
  4798. 5262F   Internal SINH (1:Complex Number)
  4799. 5262F=  Sinh_complex
  4800. 52648   Internal COSH (1:Complex Number)
  4801. 52648=  Cosh_complex
  4802. 5265C   Internal TANH (1:Complex Number)
  4803. 5265C=  Tanh_complex
  4804. 52675   Internal ATAN (1:Complex Number)
  4805. 52675=  Atan_complex
  4806. 5267F   (0,1)
  4807. 5267F:  Complex_0_1             (0, 1)
  4808. 526AE   (0,-1)
  4809. 526AE:  Complex_0_m1            (0, -1)
  4810. 527EB   Internal ATANH (1:Complex Number)
  4811. 527EB=  Atanh_complex
  4812. 52804   Internal ASIN (1:Complex Number)
  4813. 52804=  Asin_complex
  4814. 5281D   Internal ASINH (1:Complex Number)
  4815. 5281D=  Asinh_complex
  4816. 52836   Internal ACOSH (1:Complex Number)
  4817. 52836=  Acosh_complex
  4818. 52863   Internal ACOS (1:Complex Number)
  4819. 52863=  Acos_complex
  4820. 52A2F^  0.7 (Long Real)
  4821. 52C72^  1E-12
  4822. 52D26:  List_of_4_locals        { '' '' '' '' }
  4823. 536FB-P 
  4824. 53725 P Set user flag (1:System Binary)
  4825. 53725-P sf_(user_flag)_1short
  4826. 53725:P Setflag_q
  4827. 53731 P Set system flag (1:System Binary)
  4828. 53731-P sf_(system_flag)_1short
  4829. 53731:P Setflag
  4830. 53741:  storeflag_rplret
  4831. 53755 P Clear user flag (1:System Binary)
  4832. 53755-P cf_(user_flag)_1short
  4833. 53755=P Clear_user_flag
  4834. 53761 P Clear system flag (1:System Binary)
  4835. 53761-P cf_(system_flag)_1short
  4836. 53761:P Clear_system_flag
  4837. 53778 P User flag set? (1:System Binary) -> True/False
  4838. 53778-P fs?_(user_flag)_1short
  4839. 53778:P Test_user_flag
  4840. 53784 P System flag set? (1:System Binary) -> True/False
  4841. 53784-P fs?_(system_flag)_1short
  4842. 53784:P Test_system_flag
  4843. 537A6:  getflag
  4844. 53807   XFER: Error Bad Arg Val
  4845. 5380E P if pop TOS = True then push 1 else push 0
  4846. 5380E-P external_(true/false)\->real_(1/0)
  4847. 5380E:P TrueOrFalse_to_real
  4848. 53842   if Last Arguments flag is clear then ???
  4849. 53842:  Reset_lastargs
  4850. 53860-P 
  4851. 5386E-P cmd_on
  4852. 5387C-P cmd_off
  4853. 5389E-P 
  4854. 538C0-P 
  4855. 538CE-P stk_on
  4856. 538DC-P stk_off
  4857. 538EA-P 
  4858. 538F8-P 
  4859. 53906-P  
  4860. 53914-P 
  4861. 53922-P  
  4862. 53930-P 
  4863. 5393E-P  
  4864. 5394C-P 
  4865. 5395A-P  
  4866. 53968-P 
  4867. 53976-P  
  4868. 53984-P 
  4869. 53992-P 
  4870. 539A0-P 
  4871. 539AE-P 
  4872. 539BC-P 
  4873. 539CA-P 
  4874. 539D8-P 
  4875. 53A12-P 
  4876. 53A20-P 
  4877. 53A2E-P 
  4878. 53A3C-P 
  4879. 53A4A-P 
  4880. 53A58-P immediate-entry_mode_on
  4881. 53A66-P immediate_entry_mode_off
  4882. 53A74-P 
  4883. 53A82-P 
  4884. 53A90-P 
  4885. 53A9E-P 
  4886. 53AAC-P clock_on
  4887. 53ABA-P clock_off
  4888. 53AC8-P 
  4889. 53AD6-P 
  4890. 53AE4-P 
  4891. 53B61-P 
  4892. 53BB0:  Symbolic_mode_p
  4893. 53BC9:  OctDecp
  4894. 53BDD:  Flag_11
  4895. 53BF1:  Flags_11_12
  4896. 53C0A:  Sym_const_flag_p
  4897. 53C23:  Principal_flag_p
  4898. 53C37 P Internal HEX
  4899. 53C37-P hex     
  4900. 53C37=P Hex
  4901. 53C43 P Internal BIN
  4902. 53C43-P bin     
  4903. 53C43=P Bin
  4904. 53C4F P Internal OCT
  4905. 53C4F-P oct     
  4906. 53C4F:P Oct
  4907. 53C5B P Internal DEC
  4908. 53C5B-P dec      
  4909. 53C5B:P SetDec
  4910. 53C96   Internal STWS (1:Real Number)
  4911. 53C96:  Stws_real
  4912. 53CAA P Internal STWS (1:System Binary)
  4913. 53CAA-P stws_1short 
  4914. 53CAA:P Stws_short
  4915. 53CF0   Internal RCWS
  4916. 53CF0:  Rcws
  4917. 53D04 P Internal AND (2:Binary Integer,1:Binary Integer)
  4918. 53D04-P and_1binary2binary
  4919. 53D15 P Internal OR (2:Binary Integer,1:Binary Integer)
  4920. 53D15-P or_1binary2binary
  4921. 53D26 P Internal XOR (2:Binary Integer,1:Binary Integer)
  4922. 53D26-P xor_1binary2binary
  4923. 53D4E P Internal NOT (1:Binary Integer)
  4924. 53D4E-P not_1binary
  4925. 53D5E P Internal SL
  4926. 53D5E-P sl_1binary       
  4927. 53D5E=P Sl_bin
  4928. 53D6E P Internal SLB
  4929. 53D6E-P slb_1binary     
  4930. 53D6E:P Slb_bin
  4931. 53D81 P Internal SR
  4932. 53D81-P sr_1binary      
  4933. 53D81:P Sr_bin
  4934. 53D91 P Internal SRB
  4935. 53D91-P srb_1binary     
  4936. 53D91:P Srb_bin
  4937. 53DA4 P Internal RR
  4938. 53DA4-P rr_1binary      
  4939. 53DA4:P Rr_bin
  4940. 53DE1 P Internal RRB
  4941. 53DE1-P rrb_1binary     
  4942. 53DE1:P Rrb_bin
  4943. 53E0C P Internal RL
  4944. 53E0C-P rl_1binary      
  4945. 53E0C:P Rl_bin
  4946. 53E3B P Internal RLB
  4947. 53E3B-P rlb_1binary     
  4948. 53E3B:P Rlb_bin
  4949. 53E65 P Internal ASR
  4950. 53E65-P asr_1binary     
  4951. 53E65:P Asr_bin
  4952. 53EA0 P Internal + (2:Binary Integer,1:Binary Integer)
  4953. 53EA0-P +_1binary2binary        
  4954. 53EA0=P Add_bin_bin
  4955. 53EB0 P Internal - (2:Binary Integer,1:Binary Integer)
  4956. 53EB0-P -_1binary2binary        
  4957. 53EC3 P Internal NEG (1:Binary Integer)
  4958. 53EC3-P neg_1binary
  4959. 53EC3:P Neg_bin
  4960. 53ED3 P Internal * (2:Binary Integer,1:Binary Integer)
  4961. 53ED3-P *_1binary2binary        
  4962. 53ED3=P Mul_bin
  4963. 53F05 P Internal / (2:Binary Integer,1:Binary Integer)
  4964. 53F05-P /_1binary2binary
  4965. 53F05=P Div_bin
  4966. 53F69   XFER: Save Regs D,B,D1,D0 (uses C)
  4967. 53F69:  save_regs_ref_5
  4968. 53F70   XFER: load regs D,B,D1,D0 (uses C)
  4969. 53F70:  restore_regs_ref_5
  4970. 53F77^  MC: pop binary ints into a.wp(=SOS), c.wp(=TOS), mask into b.p
  4971. 53F8D^  MC: pop binary int into a.wp, mask into b.p
  4972. 53E95^  MC: push a.wp as binary integer (mask in b.p) [restReg]
  4973. 53EE4^  MC: a.w = c.w = a.w * c.w (uses d.w, clears carry)
  4974. 53EE4^  MC: a.w = c.w = a.w * c.w (uses d.w, clears carry)
  4975. 54021   Let A.A = (@706C6 & #3F) + 1
  4976. 54039 P Internal RCWS -> System Binary
  4977. 54039-P rcws_(bits)     
  4978. 54039:P Get_WS
  4979. 54050-P rcl_current_base_mode_(i.e._<10h>=hex_<10d>=dec_<10o>=oct_<10b>=bin)
  4980. 540BB P get contents
  4981. 540BB-P binary\->string_1binary
  4982. 5422C:  pushbin_r0_rplret
  4983. 5429F   Internal / (2:Real Number,1:Binary Integer)
  4984. 5429F:  Div_real_bin
  4985. 542BD   Internal / (2:Binary Integer,1:Real Number)
  4986. 542BD=  Div_bin_real
  4987. 542D1   Internal * (2:Real Number,1:Binary Integer)
  4988. 542D1=  Mul_real_bin
  4989. 542EA   Internal * (2:Binary Integer,1:Real Number)
  4990. 542EA=  Mul_bin_real
  4991. 542FE   Internal - (2:Real Number,1:Binary Integer)
  4992. 542FE=  Sub_real_bin
  4993. 5431C   Internal - (2:Binary Integer,1:Real Number)
  4994. 5431C=  Sub_bin_real
  4995. 54330   Internal + (2:Real Number,1:Binary Integer)
  4996. 54330=  Add_real_bin
  4997. 54349   Internal + (2:Binary Integer,1:Real Number)
  4998. 54349=  Add_bin_real
  4999. 5435D P Internal B->R
  5000. 5435D-P binary\->real_1binary
  5001. 5435D=P Binary_to_real
  5002. 543F9 P Internal R->B
  5003. 543F9-P real\->binary_1real
  5004. 543F9=P Real_to_binary
  5005. 54419   push A (Real) as Binary Integer
  5006. 54422:  Real_to_Binary_positive"
  5007. 54451:  Real_to_Bin_x_positive
  5008. 544D9 P Internal == (2:Binary Integer,1:Binary Integer)
  5009. 544D9-P ==_1binary2binary
  5010. 544EC   Internal != (2:Binary Integer,1:Binary Integer)
  5011. 54500 P Internal > (2:Binary Integer,1:Binary Integer)
  5012. 54500-P >_1binary2binary
  5013. 5452C P Internal >= (2:Binary Integer,1:Binary Integer)
  5014. 5452C-P \>=_1binary2binary
  5015. 5453F P Internal <= (2:Binary Integer,1:Binary Integer)
  5016. 5453F-P \<=_1binary2binary
  5017. 54552 P Internal < (2:Binary Integer,1:Binary Integer)
  5018. 54552-P <_1binary2binary
  5019. 54565   Internal IFTE (3:Symbolic,2/1:Real/Complex/Symbolic)
  5020. 54565=  Ifte_algGlob_real_real
  5021. 5456F   ''tcls' (Local Name)
  5022. 54580   ''fcls' (Local Name)
  5023. 5460E   ''tcls' (Local Name)
  5024. 5460E:  Local_tcls              'tcls'
  5025. 54624   ''fcls' (Local Name)
  5026. 54624:  Local_fcls              'fcls'
  5027. 5465D   ''tcls' (Local Name)
  5028. 5466E   ''fcls' (Local Name)
  5029. 54954   Internal delta (complete derivative) (2:Symbolic,1:Symbolic)
  5030. 549CC   { ''dvar' }
  5031. 549CC:  List_LocalDvar
  5032. 549DB   ''dvar' (Local Name)
  5033. 549DB:  Local_dvar              'dvar'
  5034. 549EC-P 
  5035. 54CDB   Internal MINR (1.E-499)
  5036. 54CDB:  Minr
  5037. 54D12   Internal MAXR (9.99999999999E499)
  5038. 54D12:  Maxr
  5039. 54D35   Internal pi (3.14159265359)
  5040. 54D35:  Pi
  5041. 54D58   Internal i (0,1)
  5042. 54D58:  i
  5043. 54D7B   Internal e (2.71828182846)
  5044. 54DD0   ''xSYMfcn' (Local Name)
  5045. 54DE7   ''xfcn' (Local Name)
  5046. 54E7F-P 
  5047. 54EA0   Internal RE (1:Symbolic)
  5048. 54EA0=  RE_Algebraic
  5049. 54EB9   Internal IM (1:Symbolic)
  5050. 54EB9=  IM_algGlob
  5051. 54ED2   Internal NOT (1:Symbolic)
  5052. 54EEB   Internal NEG (1:Symbolic)
  5053. 54EEB=  Neg_algGlob
  5054. 54F04   Internal ABS (1:Symbolic)
  5055. 54F04=  Abs_algGlob
  5056. 54F1D   Internal CONJ (1:Symbolic)
  5057. 54F1D=  Conj_algGlob
  5058. 54F36   Internal INV (1:Symbolic)
  5059. 54F36=  Inv_algGlob
  5060. 54F4F   Internal ARG (1:Symbolic)
  5061. 54F4F=  Arg_algGlob
  5062. 54F68   Internal SIGN (1:Symbolic)
  5063. 54F68=  SigmaN_algGlob
  5064. 54F81   Internal sqrt (1:Symbolic)
  5065. 54F81=  Sqrt_algGlob
  5066. 54F9A   Internal SQ (1:Symbolic)
  5067. 54F9A=  Sq_algGlob
  5068. 54FB3   Internal SIN (1:Symbolic)
  5069. 54FB3=  Sin_algGlob
  5070. 54FCC   Internal COS (1:Symbolic)
  5071. 54FCC=  Cos_algGlob
  5072. 54FE5   Internal TAN (1:Symbolic)
  5073. 54FE5=  Tan_algGlob
  5074. 54FFE   Internal SINH (1:Symbolic)
  5075. 54FFE=  Sinh_algGlob
  5076. 55017   Internal COSH (1:Symbolic)
  5077. 55017=  Cosh_algGlob
  5078. 55030   Internal TANH (1:Symbolic)
  5079. 55030=  Tanh_algGlob
  5080. 55049   Internal ASIN (1:Symbolic)
  5081. 55049=  Asin_algGlob
  5082. 55062   Internal ACOS (1:Symbolic)
  5083. 55062=  Acos_algGlob
  5084. 5507B   Internal ATAN (1:Symbolic)
  5085. 5507B=  Atan_algGlob
  5086. 55094   Internal ASINH (1:Symbolic)
  5087. 55094=  Asinh_algGlob
  5088. 550AD   Internal ACOSH (1:Symbolic)
  5089. 550AD=  Acosh_algGlob
  5090. 550C6   Internal ATANH (1:Symbolic)
  5091. 550C6=  Atanh_algGlob
  5092. 550DF   Internal EXP (1:Symbolic)
  5093. 550DF=  Exp_algGlob
  5094. 550F8   Internal LN (1:Symbolic)
  5095. 550F8=  Ln_algGlob
  5096. 55111   Internal LOG (1:Symbolic)
  5097. 55111=  Log_algGlob
  5098. 5512A   Internal ALOG (1:Symbolic)
  5099. 5512A=  Alog_algGlob
  5100. 55143   Internal LNP1 (1:Symbolic)
  5101. 55143=  Lnp1_algGlob
  5102. 5515C   Internal EXPM (1:Symbolic)
  5103. 5515C=  Expm_algGlob
  5104. 55175   Internal ! (1:Symbolic)
  5105. 55175=  Factor_algGlob
  5106. 55175=  Factorial_algGlob
  5107. 5518E   Internal IP (1:Symbolic)
  5108. 5518E=  Ip_algGlob
  5109. 551A7   Internal FP (1:Symbilic)
  5110. 551A7=  Fp_algGlob
  5111. 551C0   Internal FLOOR (1:Symbolic)
  5112. 551C0=  Floor_alGGlob
  5113. 551D9   Internal CEIL (1:Symbolic)
  5114. 551D9=  Ceil_algGlob
  5115. 551F2   Internal XPON (1:Symbolic)
  5116. 551F2=  Xpon_algGlob
  5117. 5520B   Internal MANT (1:Symbolic)
  5118. 5520B=  Mant_algGlob
  5119. 55224   Internal D->R (1:Symbolic)
  5120. 55224=  DtoR_algGlob
  5121. 5523D   Internal R->D (1:Symbolic)
  5122. 5523D=  RtoD_algGlob
  5123. 55256   Internal UBASE (1:Symbolic)
  5124. 55256=  Ubase_algGlobal
  5125. 5526F   Internal UVAL (1:Symbolic)
  5126. 5526F=  Uval_algGlobal
  5127. 5566B   ''oth' (Local Name)
  5128. 55783   ''scl' (Local Name)
  5129. 55792   ''xSYMfcn' (Local Name)
  5130. 557A9   ''xfcn' (Local Name)
  5131. 55800   ''xSYMfcn' (Local Name)
  5132. 55817   ''xfcn' (Local Name)
  5133. 55927   Internal = (2/1:all combinations)
  5134. 55927=  Equal
  5135. 5599A   Internal AND (2:Symbolic,1:Real Number)
  5136. 559B3   Internal AND (2:Real Number,1:Symbolic)
  5137. 559CC   Internal AND (2:Symbolic,1:Symbolic)
  5138. 559E5   Internal OR (2:Symbolic,1:Real Number)
  5139. 559FE   Internal OR (2:Real Number,1:Symbolic)
  5140. 55A17   Internal OR (2:Symbolic,1:Symbolic)
  5141. 55A30   Internal XOR (2:Symbolic,1:Real Number)
  5142. 55A49   Internal XOR (2:Real Number,1:Symbolic)
  5143. 55A62   Internal XOR (2:Symbolic,1:Symbolic)
  5144. 55A7B   Internal == (2:Symbolic,1:Real Number/Complex Number/Unit)
  5145. 55A94   Internal == (2:Complex Number,1:Real Number/Complex Number/Unit)
  5146. 55AAD   Internal == (2:Symbolic,1:Symbolic)
  5147. 55AC6   Internal != (2:Symbolic,1:Real Number/Complex Number/Unit)
  5148. 55ADF   Internal != (2:Real Number/Complex Number/Unit,1:Symbolic)
  5149. 55AF8   Internal != (2:Symbolic,1:Symbolic)
  5150. 55B11   Internal < (2:Symbolic,1:Real Number/Unit)
  5151. 55B2A   Internal < (2:Real Number/Unit,1:Symbolic)
  5152. 55B43   Internal < (2:Symbolic,1:Symbolic)
  5153. 55B5C   Internal > (2:Symbolic,1:Real Number/Unit)
  5154. 55B75   Internal > (2:Real Number/Unit,1:Symbolic)
  5155. 55B8E   Internal > (2:Symbolic,1:Symbolic)
  5156. 55BA7   Internal <= (2:Symbolic,1:Real Number/Unit)
  5157. 55BC0   Internal <= (2:Real Number/Unit,1:Symbolic)
  5158. 55BD9   Internal <= (2:Symbolic,1:Symbolic)
  5159. 55BF2   Internal >= (2:Symbolic,1:Real Number/Unit)
  5160. 55C0B   Internal >= (2:Real Number/Unit,1:Symbolic)
  5161. 55C24   Internal >= (2:Symbolic,1:Symbolic)
  5162. 55C3D   Internal % (2:Symbolic,1:Real Number/Unit)
  5163. 55C3D=  Percent_algGlob_real
  5164. 55C56   Internal % (2:Real Number/Unit,1:Symbolic)
  5165. 55C56=  Percent_real_algGlob
  5166. 55C6F   Internal % (2:Symbolic,1:Symbolic)
  5167. 55C6F=  Percent_algGlob
  5168. 55C88   Internal %CH (2:Symbolic,1:Real Number/Unit)
  5169. 55C88=  PercentCH_algGlob_real
  5170. 55CA1   Internal %CH (2:Real Number/Unit,1:Symbolic)
  5171. 55CA1=  PercentCH_real_algGlob
  5172. 55CBA   Internal %CH (2:Symbolic,1:Symbolic)
  5173. 55CBA=  PercentCH_algGlob
  5174. 55CD3   Internal %T (2:Symbolic,1:Real Number/Unit)
  5175. 55CEC   Internal %T (2:Real Number/Unit,1:Symbolic)
  5176. 55D05   Internal %T (2:Symbolic,1:Symbolic)
  5177. 55D1E   Internal COMB (2:Symbolic,1:Real Number)
  5178. 55D1E=  Comb_algGlob_real
  5179. 55D37   Internal COMB (2:Real Number,1:Symbolic)
  5180. 55D37=  Comb_real_algGlob
  5181. 55D50   Internal COMB (2:Symbolic,1:Symbolic)
  5182. 55D50=  Comb_algGlob
  5183. 55D69   Internal PERM (2:Symbolic,1:Real Number)
  5184. 55D69=  Perm_algGlob_real
  5185. 55D82   Internal PERM (2:Real Number,1:Symbolic)
  5186. 55D82=  Perm_real_algGlob
  5187. 55D9B   Internal PERM (2:Symbolic,1:Symbolic)
  5188. 55D9B=  Perm_algGlob
  5189. 55DB4   Internal RND (2:Symbolic,1:Real Number)
  5190. 55DB4=  Rnd_algGlob_real
  5191. 55DCD   Internal RND (2:Real Number/Complex Number/Array/Unit,1:Symbolic)
  5192. 55DCD=  Rnd_real_algGlob
  5193. 55DE6   Internal RND (2:Symbolic,1:Symbolic)
  5194. 55DE6=  Rnd_algGlob
  5195. 55DFF   Internal TRNC (2:Symbolic,1:Real Number)
  5196. 55DFF=  Trunc_algGlob_real
  5197. 55E18   Internal TRNC (2:Real Number/Complex Number/Array/Unit,1:Symbolic)
  5198. 55E18=  Trnc_real_algGlob
  5199. 55E31   Internal TRNC (2:Symbolic,1:Symbolic)
  5200. 55E31=  Trunc_algGlob
  5201. 55E4A   Internal MAX (2:Symbolic,1:Real Number/Unit)
  5202. 55E4A=  Max_algGlob_real
  5203. 55E63   Internal MAX (2:Real Number/Unit,1:Symbolic)
  5204. 55E63=  Max_real_algGlob
  5205. 55E7C   Internal MAX (2:Symbolic,1:Symbolic)
  5206. 55E7C=  Max_algGlob
  5207. 55E95   Internal MIN (2:Symbolic,1:Real Number/Unit)
  5208. 55E95=  Min_algGlob_real
  5209. 55EAE   Internal MIN (2:Real Number/Unit,1:Symbolic)
  5210. 55EAE=  Min_real_algGlob
  5211. 55EC7   Internal MIN (2:Symbolic,1:Symbolic)
  5212. 55EC7=  Min_algGlob
  5213. 55EE0   Internal ^ (2:Symbolic,1:Real Number/Complex Number/Unit)
  5214. 55EE0=  Pwr_algGlob_realComplex
  5215. 55EF9   Internal ^ (2:Real Number/Complex Number/Unit,1:Symbolic)
  5216. 55EF9=  Pwr_realComplex_algGlob
  5217. 55F12   Internal ^ (2:Symbolic,1:Symbolic)
  5218. 55F12=  Pwr_algGlob
  5219. 55F2B   Internal + (2:Symbolic,1:Real Number/Complex Number/Unit)
  5220. 55F2B=  Add_alg_real
  5221. 55F44   Internal + (2:Real Number/Complex Number/Unit,1:Symbolic)
  5222. 55F44=  Add_real_alg
  5223. 55F5D   Internal + (2:Symbolic,1:Symbolic)
  5224. 55F5D=  Add_alg_alg
  5225. 55F76   Internal - (2:Symbolic,1:Real Number/Complex Number/Unit)
  5226. 55F76=  Sub_algGlob_array
  5227. 55F76=  Sub_algGlob_complex
  5228. 55F76=  Sub_algGlob_unit
  5229. 55F8F   Internal - (2:Real Number/Complex Number/Unit,1:Symbolic)
  5230. 55F8F=  Sub_array_algGlob
  5231. 55F8F=  Sub_real_array
  5232. 55F8F=  Sub_unit_algGlob
  5233. 55FA8   Internal - (2:Symbolic,1:Symbolic)
  5234. 55FA8=  Sub_algGlob
  5235. 55FC1   Internal * (2:Symbolic,1:Real Number/Complex Number/Unit)
  5236. 55FC1=  Mul_algGlob_realComplexUnit
  5237. 55FDA   Internal * (2:Real Number/Complex Number/Unit,1:Symbolic)
  5238. 55FDA=  Mul_realUnit_algGlob
  5239. 55FF3   Internal * (2:Symbolic,1:Symbolic)
  5240. 55FF3=  Mul_algGlob
  5241.  
  5242. (end of part 3 fo 4)
  5243.  
  5244. From comp.sys.handhelds Fri May 24 22:58:25 1991
  5245. Path: seq!ecsgate!mcnc!gatech!ncar!elroy.jpl.nasa.gov!usc!apple!portal!cup.portal.com!Jake-S
  5246. From: Jake-S@cup.portal.com (Jake G Schwartz)
  5247. Newsgroups: comp.sys.handhelds
  5248. Subject: List sorted by address part 4 of 4
  5249. Message-ID: <42529@cup.portal.com>
  5250. Date: 20 May 91 16:58:13 GMT
  5251. References: <42508@cup.portal.com> <42526@cup.portal.com>
  5252. Organization: The Portal System (TM)
  5253. Lines: 1775
  5254.  
  5255. HP48 Address List sorted by address
  5256. (Part 4 of 4)
  5257.  
  5258. 5600C   Internal / (2:Symbolic,1:Real Number/Complex Number/Unit)
  5259. 5600C=  Div_algGlob_complex
  5260. 56025   Internal / (2:Real Number/Complex Number/Unit,1:Symbolic)
  5261. 56025=  Div_real_algGlob
  5262. 5603E   Internal / (2:Symbolic,1:Symbolic)
  5263. 5603E=  Div_algGlob
  5264. 56057   Internal MOD (2:Symbolic,1:Real Number)
  5265. 56057=  Mod_algGlob_real
  5266. 56070   Internal MOD (2:Real Number,1:Symbolic)
  5267. 56070=  Mod_real_algGlob
  5268. 56089   Internal MOD (2:Symbolic,1:Symbolic)
  5269. 56089=  Mod_algGlob
  5270. 560A2=  Xroot_algGlob_real
  5271. 560BB=  Xroot_real_algGlob
  5272. 560D4=  Xroot_algGlob
  5273. 56859   'IERR' (Global Name)
  5274. 56949   Internal sigma (4:Symbolic,3:Symbolic,2:Symbolic,1:Any)
  5275. 56976   ''sumexpr' (Local Name)
  5276. 5698D   ''sumvar' (Local Name)
  5277. 56A06   Internal sigma (4:Symbolic,3:Symbolic,2:Real Number,1:Any)
  5278. 56A4C   Internal sigma (4:Symbolic,3:Real Number,2:Symbolic,1:Any)
  5279. 56AC9   Internal sigma (4:Symbolic,3:Real Number,2:Real Number,1:Any)
  5280. 56B87^  <7BA3Eh>
  5281. 56B91^  <7BAC0h>
  5282. 56B9B^  <7BB1Fh>
  5283. 56BA5^  <7BB83h>
  5284. 56C13^  <7BC05h>
  5285. 56C1D^  <7BC32h>
  5286. 56C40^  <7BCE1h>
  5287. 56C4A^  <7BD36h>
  5288. 56C54^  <7BDA4h>
  5289. 56C5E^  <7BDF4h>
  5290. 56C68^  <7BE58h>
  5291. 56C72^  <7BEA3h>
  5292. 56C7C^  <7BEF8h>
  5293. 56C86^  <7BF3Eh>
  5294. 56CCC^  <7BF8Eh>
  5295. 56CD6^  <7BFB1h>
  5296. 56CE0^  <7BFE3h>
  5297. 56CEA^  <7C010h>
  5298. 56CF4^  <7C04Ch>
  5299. 56CFE^  <7C06Fh>
  5300. 56D08^  <7C0ABh>
  5301. 56D26^  <7C0ECh>
  5302. 56D30^  <7C146h>
  5303. 56D3A^  <7C164h>
  5304. 56D44^  <7C191h>
  5305. 56D4E^  <7C1C8h>
  5306. 56D58^  <7C213h>
  5307. 56D62^  <7C254h>
  5308. 56D6C^  <7C295h>
  5309. 56D7B^  <7C303h>
  5310. 56D99^  <7C358h>
  5311. 56F0B   ''dv' (Local Name)
  5312. 56F36^  <7C3A3h>
  5313. 5720B   ''nm' (Local Name)
  5314. 57218   ''op' (Local Name)
  5315. 5727A^  <7C3CBh>
  5316. 57284^  <7C411h>
  5317. 5728E^  <7C547h>
  5318. 57298^  <7C5A6h>
  5319. 572A2   Internal ISOL (2:Symbolic,1:Global Name)
  5320. 572A2=  Isol
  5321. 57455^  <7B5F2h>
  5322. 5745F^  <7B638h>
  5323. 57469^  <7B6A6h>
  5324. 57473^  <7B705h>
  5325. 5747D^  <7B773h>
  5326. 5748C^  <7B7EBh>
  5327. 574CD^  <7B8CCh>
  5328. 574EB^  <7B8F4h>
  5329. 574F5^  <7B917h>
  5330. 574FF^  <7B93Fh>
  5331. 57509^  <7B962h>
  5332. 57513^  <7B985h>
  5333. 5751D^  <7B9ADh>
  5334. 575F9^  <7B9D0h>
  5335. 57617^  <7BA16h>
  5336. 578E2   ''ni' (Local Name)
  5337. 578EF   ''ns' (Local Name)
  5338. 5793F   'n0' (Global Name)
  5339. 5795D   's0' (Global Name)
  5340. 57A0C   Internal EXPAN (1:Real Number/Complex Number/Symbolic)
  5341. 57A0C=  Expan
  5342. 57B4C-P 
  5343. 57CF8-P 
  5344. 57D90   Internal COLCT (1:Real Number/Complex Number/Symbolic)
  5345. 57D90=  Colct
  5346. 57EF3   ''*s' (Local Name)
  5347. 58149   ''+s' (Local Name)
  5348. 585A7-P 
  5349. 58715-P 
  5350. 58ADE-P 
  5351. 58C02-P 
  5352. 58C0E-P 
  5353. 58D75   Internal SHOW (2:Symbolic,1:Global Name/Local Name)
  5354. 58D75=  Show_global
  5355. 58D75=  Show_local
  5356. 58DB6   ''fl' (Local Name)
  5357. 59115   ''nmls' (Local Name)
  5358. 591AD   Internal QUAD (2:Symbolic,1:Global Name)
  5359. 591AD=  Quad
  5360. 592C0   ''c' (Local Name)
  5361. 592CB   ''b' (Local Name)
  5362. 592D6   ''a' (Local Name)
  5363. 59304   's1' (Global Name)
  5364. 59517   ''n' (Local Name)
  5365. 59522   ''prog' (Local Name)
  5366. 595DD   Internal TAYLR (3:Symbolic,2:Global Name,1:Real Number)
  5367. 595DD=  Taylr
  5368. 59646   ''n' (Local Name)
  5369. 59F91   Internal SIZE (1:Symbolic)
  5370. 59F91=  Size_algGlob
  5371. 5A1A8^  <7DEE4h>
  5372. 5A55E-P 
  5373. 5A60F   { ''piflag' }
  5374. 5A614   ''piflag' (Local Name)
  5375. 5A665   ''d' (Local Name)
  5376. 5A670   ''r' (Local Name)
  5377. 5A761   ''d' (Local Name)
  5378. 5A76C   ''R' (Local Name)
  5379. 5A777   ''est' (Local Name)
  5380. 5A786   ''X' (Local Name)
  5381. 5A791   ''T' (Local Name)
  5382. 5A8A5-P 
  5383. 5A8E8-P 
  5384. 5A952-P 
  5385. 5A983-P 
  5386. 5AAE5   ''bnds' (Local Name)
  5387. 5BE56-P 
  5388. 5BE81-P 
  5389. 5BECE-P 
  5390. 5BF53-P 
  5391. 5BFD8-P 
  5392. 5C0B9-P 
  5393. 5C102-P 
  5394. 5C137-P 
  5395. 5C204-P 
  5396. 5C261-P 
  5397. 5C2CE-P 
  5398. 5C31B-P 
  5399. 5C348-P 
  5400. 5C375-P 
  5401. 5C3C2-P 
  5402. 5C4CF-P 
  5403. 5C53C-P 
  5404. 5C589-P 
  5405. 5C5D6-P 
  5406. 5C623-P 
  5407. 5C670-P 
  5408. 5C68D-P 
  5409. 5C6D9-P 
  5410. 5C73D-P 
  5411. 5C845-P 
  5412. 5C91D-P 
  5413. 5D67D   ''which' (Local Name)
  5414. 5D690   ''op1' (Local Name)
  5415. 5D69F   ''op2' (Local Name)
  5416. 5DE55:    False_Iterate
  5417. 5DEAA:    Algebraicp_alt
  5418. 5DEEB-P 
  5419. 5DEF7-P 
  5420. 5E1E3-P 
  5421. 5E29C-P 
  5422. 5E415-P 
  5423. 5E706-P 
  5424. 5E7A5-P 
  5425. 5E8F2-P 
  5426. 5E9A7-P 
  5427. 5EA72:  IfSymConst_then_else
  5428. 5EAF4:  Swap_Drop_Dec
  5429. 5EB08:  Dec2_Rot_Rot_Drop2
  5430. 5EB1C-P 
  5431. 5EB58-P 
  5432. 5EBC6-P 
  5433. 5EBDB-P 
  5434. 5EBEA-P 
  5435. 5EBFC-P 
  5436. 5EC10:  spanstack
  5437. 5ED45-P 
  5438. 5ED5A-P 
  5439. 5ED6C-P 
  5440. 5EDFC-P 
  5441. 5EE10-P 
  5442. 5EEDB-P 
  5443. 5EF2E-P 
  5444. 5EF41-P 
  5445. 5EF54-P 
  5446. 5EF67-P 
  5447. 5EF7A-P 
  5448. 5EF8D-P 
  5449. 5EFA0-P 
  5450. 5EFB3-P 
  5451. 5EFC6-P 
  5452. 5EFD9-P 
  5453. 5EFF9-P 
  5454. 5F061-P 
  5455. 5F537-P 
  5456. 5F926-P 
  5457. 5F96E-P 
  5458. 5FB49:  IfTrue_False_Iterate
  5459. 5FB76-P 
  5460. 5FBE6-P 
  5461. 5FDC1   ''ct' (Local Name)
  5462. 5FDCE   ''pp' (Local Name)
  5463. 5FDDB   ''ep' (Local Name)
  5464. 5FF73-P 
  5465. 601B6-P 
  5466. 602BD-P 
  5467. 6080B   ''reg' (Local Name)
  5468. 6081A   ''sur' (Local Name)
  5469. 60829   ''cts' (Local Name)
  5470. 60838   ''sun' (Local Name)
  5471. 60847   ''mlg' (Local Name)
  5472. 60856   ''ckd' (Local Name)
  5473. 60865   ''prd' (Local Name)
  5474. 60874   ''prp' (Local Name)
  5475. 60883   ''rhs' (Local Name)
  5476. 60BE9   ''patternls' (Local Name)
  5477. 60C04   ''compos' (Local Name)
  5478. 60C19   ''varls' (Local Name)
  5479. 60C4F   ''patternls' (Local Name)
  5480. 60C6A   ''compos' (Local Name)
  5481. 60CCA   ''compos' (Local Name)
  5482. 60D7F   ''varls' (Local Name)
  5483. 60E8C   '&1' (Local Name)
  5484. 60E97   '&2' (Local Name)
  5485. 60EA2   '&3' (Local Name)
  5486. 60EAD   '&4' (Local Name)
  5487. 60EBD-P 
  5488. 60EE7-P swap_level_2_level_3    
  5489. 60EE7:P Swap_lev2_lev3
  5490. 60F0E-P swap_level1_w/_level3_drop    
  5491. 60F0E:P Rev3_Drop
  5492. 60F21-P rot_drop
  5493. 60F21:P Remove_lev3
  5494. 60F33-P swap_level1_w/_level3
  5495. 60F33:P Rev3
  5496. 60F4B-P 3_dropn 
  5497. 60F4B:P Drop3
  5498. 60F54-P 7_dropn 
  5499. 60F54:P Drop7
  5500. 60F66-P 6_dropn 
  5501. 60F66:P Drop6
  5502. 60F72-P 5_dropn 
  5503. 60F72:P Drop5
  5504. 60F7E-P 4_dropn 
  5505. 60F7E:P Drop4
  5506. 60F83:  drop4
  5507. 60F8B:  sub_d_3_rplret
  5508. 60F8D:  sub_d_2_rplret
  5509. 60F8F:  dec_d_rplret
  5510. 60F9B P drop level two object
  5511. 60F9B-P swap_drop 
  5512. 60F9B:P Drop_lev2
  5513. 60FAC-P 3_rolld 
  5514. 60FAC=P Rolld3
  5515. 60FBB P Internal 4 ROLL
  5516. 60FBB-P 4_rolld 
  5517. 60FBB:P Roll4
  5518. 60FD8 P Internal 5 ROLL
  5519. 60FD8-P 5_roll  
  5520. 60FD8:P Roll5
  5521. 61002-P 6_roll
  5522. 61002:P Roll6
  5523. 6102F:  set_a_rplret
  5524. 6103C-P 8_roll  
  5525. 6103C:P Roll8
  5526. 6106B-P 7_roll
  5527. 6106B:P Roll7
  5528. 61087:  pushc15_r15_a5_rplret
  5529. 61099:  Dup_Rolld
  5530. 6109E-P 4_rolld         
  5531. 6109E:P Rolld4
  5532. 610C4-P 5_rolld 
  5533. 610C4:P Rolld5
  5534. 610ED:  pushc_rplret
  5535. 610FA-P 6_rolld 
  5536. 610FA:P Rolld6
  5537. 6112A P drop level two and three objects
  5538. 6112A-P drop_level_2_level_3    
  5539. 6112A:P Drop_2_3
  5540. 6113C-P drop_level_2_level_3_level_4
  5541. 6114E-P 
  5542. 61160:P Back_fp_3_words
  5543. 61172-P -_pick_1short2short3any...
  5544. 61184-P +_pick_1short2short3any...
  5545. 611A3-P <1h>_+_pick_1short2any...nanyn+1any
  5546. 611B0:  get1short
  5547. 611BE-P <2h>_+_pick_1short2any...nanyn+1any
  5548. 611BE:P Add2_Pick
  5549. 611D2-P <3h>_+_pick_1short2any...nanyn+1any
  5550. 611D2:P Add3_Pick
  5551. 611E1-P <4h>_+_pick_1short2any...nanyn+1any
  5552. 611E1:P Add4_Pick
  5553. 611FE P Internal 3 PICK
  5554. 611FE-P 3_pick  
  5555. 611FE:P Pick3
  5556. 6121C-P 4_pick  
  5557. 6121C:P Pick4
  5558. 6123A-P 5_pick  
  5559. 6123A:P Pick5
  5560. 6125E-P 6_pick  
  5561. 6125E:P Pick6
  5562. 61282-P 7_pick 
  5563. 61282:P Pick7
  5564. 612A9-P 8_pick  
  5565. 612A9:P Pick8
  5566. 612CC-P -_roll_1short2short3any...nanyn+1any
  5567. 612CC:P SubShort_Roll
  5568. 612DE-P +_roll_1short2short3any...nanyn+1any
  5569. 612DE:P AddShort_Roll
  5570. 612EC:  roll_a_lev_ref
  5571. 612F3-P <1h>_+_roll_1short2any...nanyn+1any
  5572. 612F3:P AddShort1_Roll
  5573. 61305-P dup_<2h>_+_roll_1short2any...nanyn+1any
  5574. 61305:P AddShort2_Roll_xx
  5575. 61318-P <2h>_+_roll_1short2any...nanyn+1any
  5576. 61318:P AddShort2_Roll
  5577. 6132C-P -_rolld_1short2short3any...nanyn+1any
  5578. 6132C:P SubShort_Rolld
  5579. 6133E-P +_rolld_1short2short3any...nanyn+1any
  5580. 6133E:P AddShort_Rolld
  5581. 6134C:  rolld_a_lev_ref
  5582. 61353-P <1h>_+_rolld_1short2any...nanyn+1any
  5583. 61353:P AddShort1_Rolld:  
  5584. 61365-P <2h>_+_rolld_1short2any...nanyn+1any
  5585. 61365:P AddShort2_Rolld:  
  5586. 61380-P swap_over 
  5587. 61380:P Swap_Over
  5588. 613B6:P Get_lastLocal
  5589. 613E7:P Get_secondLastLocal
  5590. 6140E:P Get_thirdLastLocal
  5591. 61438:P Get_fourthLastLocal
  5592. 6145C:P Get_local1
  5593. 6146C:P Get_local2
  5594. 6147C:P Get_local3
  5595. 6148C:P Get_local4
  5596. 6149C:P Get_local5
  5597. 614AC:P Get_local6
  5598. 614BC:P Get_local7
  5599. 614CC:P Get_local8
  5600. 614DC:P Get_local9
  5601. 614EC:P Get_local10
  5602. 614FC:P Get_local11
  5603. 6150C:P Get_local12
  5604. 6151C:P Get_local13
  5605. 6152C:P Get_local14
  5606. 6153C:P Get_local15
  5607. 6154C:P Get_local16
  5608. 6155C:P Get_local17
  5609. 6156C:P Get_local18
  5610. 61589:  getlocal_c
  5611. 615BC:  store_local_c
  5612. 615E0:P Store_local_fh
  5613. 615F0:P Store_local_19h
  5614. 61600:P Store_local_23h
  5615. 61610:  Store_local_2dh
  5616. 61615:P Store_Local_2dh
  5617. 61625:P Store_local1
  5618. 61635:P Store_local2
  5619. 61645:P Store_local3
  5620. 61655:P Store_local4
  5621. 61665:P Store_local5
  5622. 61675:P Store_local6
  5623. 61685:P Store_local7
  5624. 61695:P Store_local8
  5625. 616A5:P Store_local9
  5626. 616B5:P Store_local10
  5627. 616C5:P Store_local11
  5628. 616D5:P Store_local12
  5629. 616E5:P Store_local13
  5630. 616F5:P Store_local14
  5631. 61705:P Store_local15
  5632. 61715:P Store_local16
  5633. 61725:P Store_local17
  5634. 61735:P Store_local18
  5635. 617D8:P Store_local_data
  5636. 6186C-P if_==_then_skip_next_item_in_this_instruction_stream_1short2short
  5637. 6187C-P if_over_==_then_do_next_return_else_skip_next_continue_1short2short
  5638. 61891=  Dup_Skip_if_nonzerp
  5639. 61896:P Skip_if_zerop
  5640. 61896-P if_<0h>_==_then_skip_next_item_in_this_instruction_stream_1short
  5641. 618A8-P if_dup_<0h>_==_then_drop_do_next_return_else_skip_next_continue_1short
  5642. 618A8:P Skip_if_nonZerop
  5643. 618BA-P if_over_==_then_drop_do_next_return_else_skip_next_continue_1short2short
  5644.  
  5645. 618BA:P Skip_if_not_eq
  5646. 618D3-P if_over_==_then_drop_do_next_return_else_skip_next_continue_1short2short
  5647.  
  5648. 618D3:P Skip_if_not_short_equal_drop
  5649. 618E8-P if_true_then_skip_next_continue_else_drop_do_next_return_1external
  5650. 618E8:P Skip_if_true_else_drop_ret
  5651. 618F7-P if_false_then_skip_next_continue_else_drop_do_next_return_1external
  5652. 618F7 P if pop TOS = True, then DROP, do next and return, else skip next
  5653. 618F7:P Skip_if_not_true_else_drop_ret
  5654. 61903:  skip_3
  5655. 61907:  drop_ret
  5656. 61910-P if_true_then_skip_next_continue_else_drop2_do_next_return_1external
  5657. 6191F-P if_false_then_skip_next_continue_else_drop2_do_next_return_1external
  5658. 61933-P if_over_==_then_do_next_return_else_skip_next_continus_1short2short
  5659. 6194B P if pop TOS = True, then pop and return
  5660. 6194B:P If_TrueDropRet
  5661. 6194B-P if_true_then_drop_return_else_continue_1external2any
  5662. 61957:  dropret
  5663. 61960-P if_false_then_drop_return_else_continue_1external2any
  5664. 61960:P If_notTrueDropRet
  5665. 6196C:  rplret_6_ref
  5666. 61970-P if_true_drop2_return_else_continue_1external2any3any
  5667. 61970:P If_TrueDrop2Ret
  5668. 6197C:  drop2ret
  5669. 61984-P if_false_drop2_return_else_continue_1external2any3any
  5670. 61984:P If_notTrueDrop2Ret
  5671. 61993 P if pop TOS = True, then do next/return, else skip next
  5672. 61993-P if_true_then_do_next_return_else_skip_next_continue_1external
  5673. 61993=P EndEval_if_true
  5674. 61998:  ret_if_false
  5675. 6199C:  skip_if_cc
  5676. 6199F   MC XFER: return and execute the next token in this stream
  5677. 619A6   XFER: skip next RPL token and continue RPL
  5678. 619A6:  skip_ref
  5679. 619AD P if pop TOS = True, skip next, else do next and return
  5680. 619AD-P if_false_then_do_next_return_else_skip_next_continue_1external
  5681. 619AD:P If_then
  5682. 619BC P if pop TOS != True, then skip next token
  5683. 619BC-P if_true_then_do_next_continue_else_skip_next_continue_1external
  5684. 619BC:P IfTrue_then
  5685. 619CB;P Continue RPL at the address in the next (following) word
  5686. 619CB-P jump_absolute_to_address_given_by_next_five_nibbles_in_this_stream
  5687. 619D6:  rplret_4
  5688. 619E0-P if_true_jump_absolute_else_continue_1external
  5689. 619F3-P if_false_jump_absolute_else_continue_1external
  5690. 61A02   if pop TOS = True, then set carry flag
  5691. 61A02:  test_True
  5692. 61A18-P if_<0h>_==_then_return_else_continue_1short
  5693. 61A18:P Return_if_short_0
  5694. 61A2C-P if_false_then_return_else_continue_1external
  5695. 61A2C P if pop TOS != True, then return
  5696. 61A2C:P Return_if_False
  5697. 61A3B-P if_true_then_return_else_continue_1external
  5698. 61A3B P if pop TOS = True, then return
  5699. 61A3B:P Return_if_True
  5700. 61A47   XFER: RPL RETURN
  5701. 61A47:  rpl_end_ref
  5702. 61A4E   continue RPL
  5703. 61A4E:  rplret_6
  5704. 61A58-P if_true_then_drop_skip_next_continue_else_continue_1external
  5705. 61A58:P If_not_thenDropSkip
  5706. 61A6D-P 
  5707. 61A8E-P if_level3_true_then_drop_eval_return_else_swap_drop_eval_
  5708. 61A8E:P IfLev3_thenLev2_elseLev1_Ret
  5709. 61ACE:  pop2_rplret
  5710. 61AD8 P if pop TOS = True, then do/skip, else skip/do
  5711. 61AD8-P if_true_then_(true-clause)_else_(else-clause)_1external
  5712. 61AD8:P If_then_else
  5713. 61AE9-P if_true_then_drop_return_else_return
  5714. 61AE9:P If_ret_then_else
  5715. 61B02:  if_then_else
  5716. 61B45-P 
  5717. 61B55-P 
  5718. 61B72-P if_false_then_drop_1external
  5719. 61B72 P if pop TOS != True, then DROP
  5720. 61B72:P Drop_if_not_True
  5721. 61B89-P 
  5722. 61C1C P allocate nibbles (2:sized object,1:System Binary)
  5723. 61C1C-P allocate_memory_(nibbles)_1short2string
  5724. 61CE9-P 
  5725. 61D3A   '' (Local Name)
  5726. 61D41-P 
  5727. 61EA7-P 
  5728. 61F1B   if pop TOS = True, then SWAP
  5729. 61F8F-P 
  5730. 61FA9-P does_command/function_have_xlib_number?_1command/function(keeps_level1)
  5731. 61FB6-P does_command/function_have_xlib_number?_1command/function(drops_level1)
  5732. 62001-P swap_level1_w/_level3
  5733. 62001:P Swap_short
  5734. 62025-P character?_(boolean)_1any       
  5735. 62025:P Charp
  5736. 62035   Internal DUP (?)
  5737. 62035:  Dup_Gnamep
  5738. 6203A-P global?_(boolean)_1any  
  5739. 6203A:P Gnamep
  5740. 6204A:  Dup_Unitp
  5741. 6204F-P unit?_(boolean)_1any    
  5742. 6204F:P Unitp
  5743. 6205B   MC: TYPE(pop TOS) = C -> True/False
  5744. 6205B:  test_type_vs_c
  5745. 62063   Check Prolog -> True/False
  5746. 62063:  teststack
  5747. 62076:  ret_set_FalseTrue
  5748. 6207D:  ret_set_FalseTrue_2
  5749. 62080   Replace TOS with True
  5750. 62080:  ret_set_True
  5751. 62096:  ret_set_TrueFalse
  5752. 6209D:  ret_set_TrueFalse_2
  5753. 620A0   Replace TOS with False
  5754. 620A0:  ret_set_False
  5755. 620B9   MC: restore regs and push True
  5756. 620B9:  ret_TrueFalse
  5757. 620C0:  ret_TrueFalse_2
  5758. 620C3:  ret_True
  5759. 620D2   MC: restore regs and push False
  5760. 620D2:  ret_FalseTrue
  5761. 620D9:  ret_FalseTrue_2
  5762. 620DC:  ret_False
  5763. 620EB-P over_==_(boolean)_1short2short
  5764. 620EB:P Over_Equalp
  5765. 62103-P move_03A81_to_@d1_1any_(overwrites_level1_w/_true)
  5766. 62103:P Set_true
  5767. 6210C-P move_03AC0_to_@d1_1any_(overwrites_level1_w/_false)
  5768. 6210C:P Set_false
  5769. 62115   test TYPE(TOS) = Local Name, push True/False
  5770. 62115:  Dup_Lnamep
  5771. 6211A P local?_(boolean)_1any   
  5772. 6211A:P Lnamep
  5773. 6212A:  Dup_Shortp
  5774. 6212F-P short?_(boolean)_1any   
  5775. 6212F:P Shortp
  5776. 62136^  <CF1F6h>
  5777. 6213F:  Dup_Binaryp
  5778. 62144-P binary?_(boolean)_1any  
  5779. 62144:P Binaryp
  5780. 62154:  Dup_Stringp
  5781. 62159-P srting?_(boolean)_1any  
  5782. 62159:P Stringp
  5783. 62169   test TYPE(TOS) = Real Number, push True/False
  5784. 62169:  Dup_Realp
  5785. 6216E P test TYPE(TOS) = Real Number, replace TOS with True/False
  5786. 6216E-P real?_(boolean)_1any    
  5787. 6216E:P Realp
  5788. 6217E:  Dup_Complexp
  5789. 62183-P complex?_(boolean)_1any         
  5790. 62183:P Complexp
  5791. 62193:  Dup_Arrayp
  5792. 62198-P array?_(boolean)_1any   
  5793. 62198:P Arrayp
  5794. 621A8:  Dup_Functionp
  5795. 621AD-P xlib?_(boolean)_1any        
  5796. 621AD:P Functionp
  5797. 621BD:  Dup_Directoryp
  5798. 621C2 P test TYPE(TOS) = Directory, replace TOS with True/False
  5799. 621C2-P directory?_(boolean)_1any       
  5800. 621C2:P Directoryp
  5801. 621D2:  Dup_Algebraicp
  5802. 621D7-P algebraic?_(boolean)_1any       
  5803. 621D7:P Algebraicp
  5804. 621E7:  Dup_Programp
  5805. 621EC-P program?_(boolean)_1any 
  5806. 621EC:P Programp
  5807. 621FC   test TYPE(TOS) = Graphic, push True/False
  5808. 621FC:  Dup_Graphicp
  5809. 62201-P graphics?_(boolean)_1any        
  5810. 62201:P Graphicp
  5811. 62211:  Dup_Listp
  5812. 62216-P list?_(boolean)_1any    
  5813. 62216:P Listp
  5814. 62226:  Dup_Tagp
  5815. 6222B P test TYPE(TOS) = Tagged, replace TOS with True/False
  5816. 6222B-P tag?_(boolean)_1any     
  5817. 6222B:P Tagp
  5818. 6223B P Check for Real Array -> True/False
  5819. 6223B-P real_array?_(boolean)_1array
  5820. 6223B:P Level2_Realp
  5821. 62256-P complex_array?_(boolean)_1array
  5822. 62256:P Level2_Complexp
  5823. 62266-P dup_<0h>_==_(boolean)_1short
  5824. 62266:P Zero_shortpq
  5825. 62278:  getshort_2
  5826. 62289-P <3h>_==_(boolean)_1short
  5827. 6229A-P <2h>_==_(boolean)_1short
  5828. 622A7-P <1h>_==_(boolean)_1short
  5829. 622B6-P <0h>_==_(boolean)_1short
  5830. 622C5-P dup_<1h>_==_(boolean)_1short
  5831. 622D4-P dup_<0h>_\=/_(boolean)_1short
  5832. 622EF:  Swap_AddStrings
  5833. 62394-P +_(reverse)_1string2string
  5834. 623A0-P +_1string2string
  5835. 62474-P 
  5836. 6249E   MC XFER: pop TOS (System Binary) -> A.A
  5837. 6249E:  getshort_ref_2
  5838. 624AC:  restore_regs_ref_2
  5839. 624B3   XFER: save regs D,B,D1,D0 (uses C)
  5840. 624B3:  save_regs_ref_2
  5841. 624BA-P min_1short2short        
  5842. 624BA:P Min_1short2short
  5843. 624C6-P max_1short2short        
  5844. 624FB-P  
  5845. 62504:  pushShortA_alt_ref_2
  5846. 6250B:  get_shorts_div2
  5847. 62535-P move_03FEF_to_@d1_1any_(overwrites_level1_w/_<0h>)
  5848. 62535:  Set_short_0
  5849. 62544:  rplret_2
  5850. 6254E-P move_03FEF_to_@d1_&_@d1+5_1any2any_(overwites_level1_&_level2_w/_<0h>)
  5851. 6254E:P Set_twoShort0
  5852. 6256A P Internal add 3 (1:System Binary)
  5853. 6256A-P <3h>_+_1short   
  5854. 6256A:P Add3_short
  5855. 6257A P Internal add 4 (1:System Binary)
  5856. 6257A-P <4h>_+_1short   
  5857. 6257A:P Add4_short
  5858. 6258A P Internal add 5 (1:System Binary)
  5859. 6258A-P <5h>_+_1short   
  5860. 6258A:P Add5_short
  5861. 6259A P Internal add 6 (1:System Binary)
  5862. 6259A-P <6h>_+_1short   
  5863. 6259A:P Add6_short
  5864. 625AA P Internal add 7 (1:System Binary)
  5865. 625AA-P <7h>_+_1short   
  5866. 625AA:P Add7_short
  5867. 625BA P Internal add 8 (1:System Binary)
  5868. 625BA-P <8h>_+_short
  5869. 625BA:P Add8_short
  5870. 625CA P Internal add 9 (1:System Binary)
  5871. 625CA-P <9h>_+_1short   
  5872. 625CA:P Add9_short
  5873. 625DA P Internal add 10 (1:System Binary)
  5874. 625DA-P <10h>_+_1short  
  5875. 625DA:P Add10_short
  5876. 625EA P Internal add 12 (1:System Binary)
  5877. 625EA-P <12h>_+_1short  
  5878. 625EA:P Add12_short
  5879. 625FA P Internal subtract 3 (1:System Binary)
  5880. 625FA-P <3h>_-_1short   
  5881. 625FA:P Sub3_short
  5882. 6260A P Internal subtract 4 (1:System Binary)
  5883. 6260A-P <4h>_-_1short   
  5884. 6260A:P Sub4_short
  5885. 6261A P Internal subtract 5 (1:System Binary)
  5886. 6261A-P <5h>_-_1short   
  5887. 6261A:P Sub5_short
  5888. 6262A P Internal subtract 6 (1:System Binary)
  5889. 6262A-P <6h>_-_1short   
  5890. 6262A:P Sub6_short
  5891. 62636   MC: add C.A to TOS and continue RPL (1:System Binary)
  5892. 62636:  pushShort_add_c
  5893. 6264E P Internal multiply by 10 (1:System Binary)
  5894. 6264E-P <10h>_*_1short  
  5895. 6264E:P Mul10_short
  5896. 6266B:  pushShort_cAddA
  5897. 6266D:  pushShortA_alt_ref_3
  5898. 6266D:  push_a_ref_3
  5899. 62674 P Internal multiply by 8 (1:System Binary)
  5900. 62674-P <8h>_*_1short   
  5901. 62674:P mul8_short
  5902. 62691 P Internal multiply by 6 (1:System Binary)
  5903. 62691-P <6h>_*_1short   
  5904. 62691:P mul6_short
  5905. 626AE-P eval_sixth_item_in_this_instruction_stream_&_return
  5906. 626AE P Return and execute the sixth token in this stream
  5907. 626AE:P Skip_5_exec
  5908. 626C1:  skip_3_exec
  5909. 626C8:  skip_2_exec
  5910. 626CF:  skip_1_exec
  5911. 626DC-P eval_fourth_item_in_this_instruction_stream_&_return
  5912. 626DC P Return and execute the fourth token in this stream
  5913. 626DC:P Skip_3_exec
  5914. 626E5-P eval_third_item_in_this_instruction_stream_&_return
  5915. 626E5 P Return and execute the third token in this stream
  5916. 626E5:P Skip_2_exec
  5917. 626EE-P eval_second_item_in_this_instruction_stream_&_return
  5918. 626EE P Return and execute the second token in this stream
  5919. 626EE:P Skip_1_exec
  5920. 626F7 P Internal DUP and add two (1:System Binary)
  5921. 626F7-P dup_<2h>_+_1short       
  5922. 626F7:P Dup_Add2
  5923. 6270C-P drop_swap       
  5924. 6270C:P Drop_Swap
  5925. 62726-P drop_swap_drop  
  5926. 62726:P Drop_Swap_Drop
  5927. 62747 P Internal SWAP and DUP
  5928. 62747-P swap_dup        
  5929. 62747:P Swap_Dup
  5930. 62775-P rot_dup 
  5931. 62775:P Rot_Dup
  5932. 62794-P swap_-_1short2short     
  5933. 627A7-P drop_dup                
  5934. 627A7:P Drop_Drup
  5935. 627A7=P Drop_Dup
  5936. 627BB P Internal DUP and SIZE (1:String) -> (2:String,1:System Binary)
  5937. 627BB-P dup_size_(bytes)_1string        
  5938. 627BB:P Dup_Strlen
  5939. 627CE:  pusha_rplret_alt_ref
  5940. 627D5-P +_dup_1short2short      
  5941. 627D5:P AddShort_Dup
  5942. 627E2:  push_a_twice
  5943. 627F8-P -_dup_1short2short      
  5944. 627F8:P SubShort_Dup
  5945. 62809-P <1h>_+_dup_1short       
  5946. 62809:P Add1_Dup
  5947. 6281A-P <1h>_-_dup_1short               
  5948. 6281A:P Sub1_Dup
  5949. 62829   XFER: pop 2 System Binary -> A.A,C.A
  5950. 62829:  get2shorts_ref
  5951. 62830-P swap_drop_dup   
  5952. 62830:P Overwrite_lev2_with_lev1
  5953. 6284B-P swap_drop_swap  
  5954. 6284B:P Swap_drop_swap
  5955. 62864-P 4_roll_drop     
  5956. 62864:P Drop_lev4
  5957. 62880-P 5_roll_drop 
  5958. 62880:P Drop_lev5
  5959. 6289B-P dup2_<_(boolean)_1short2short
  5960. 6289B P if TOS > TOS-1 (System Binary) -> True/False
  5961. 6289B:P Dup2_Gtp
  5962. 628B5-P dup2_==_(boolean)_1short2short
  5963. 628B5:P Dup2_Equalp
  5964. 628D1-P dup2_>_(boolean)_1short2short
  5965. 628D1:P Dup2_Ltp
  5966. 628EB-P dup_<1h>_+_1short       
  5967. 628EB:P Dup_Inc
  5968. 62904-P swap_<1h>_+_1short      
  5969. 62904:P Swap_Inc
  5970. 6292F-P dup_<1h>_-_1short       
  5971. 6292F:P Dec
  5972. 62946-P push_<0h>_1any(overwrites_level1_w/_<0h>)
  5973. 62946:P Short1_End
  5974. 62958-P eval_next_item_in_this_instruction_stream_&_return_two_times
  5975. 62958:P Exit_loop_Eval
  5976. 62966:  rpl_return_ref
  5977. 6296D-P return_&_eval_next_item_from_previous_instruction_stream_&_return
  5978. 6296D:P Return_alt
  5979. 62986-P return_&_if_true_then_do_next_return_else_skip_next_continue_1external
  5980. 62986 P Return, if pop TOS = True, then do next/return, else skip next
  5981. 62986:P Ret_if_notTrue
  5982. 629A1-P return_&_if_true_then_skip_next_continue_else_do_next_return_1external
  5983. 629A1 P Return, if pop TOS = True, then skip next, else do next/return
  5984. 629A1:P Ret_if_True
  5985. 62A34   Internal RCL (1:Global Name/Local Name) -> Contents,True/False
  5986. 62B0B   Internal DROP2 and False
  5987. 62B0B:  Drop2_False
  5988. 62B6F:  While_ShortZerop
  5989. 62B88   Internal LIST-> (1:List) -> (N:...,1:Any) (no count)
  5990. 62B88:  ListAlgPrgTo_Drop
  5991. 62BC4   Internal 7 ROLLD (7:...,1:Any)
  5992. 62BC4:  Rolld7
  5993. 62BF1   Internal *10 (1:Real Number)
  5994. 62C05:  Dup_FindName
  5995. 62C2D:  IfEqual_then_else
  5996. 62C41   Internal LIST-> (1:List) -> (N:...,1:System Binary) (DUP'd count)
  5997. 62C41:  ListAlgPrgTo_Dup
  5998. 62C55:  If_false
  5999. 62C69   Internal NEWOB and SWAP
  6000. 62C69:  Copy_Swap
  6001. 62C7D   Internal ROT and DUP2 (3:Any,2:Any,1:Any)
  6002. 62C7D:  Rot_Dup2
  6003. 62C91:  If_lev3_not_false
  6004. 62CA5   Internal ROT and OVER
  6005. 62CA5:  Rot_Over
  6006. 62CB9   Internal DUP/DUP
  6007. 62CCD   Internal OVER and DUP
  6008. 62CCD:  Over_Dup
  6009. 62CE1   Internal R->SB and DUP
  6010. 62CE1:  R_to_S_Dup
  6011. 62CF5:  Rev3_Dup
  6012. 62D09:  Rolld4_Dup
  6013. 62D31   Internal OVER and SWAP
  6014. 62D45   Internal ROLL and SWAP (N:...,1:System Binary)
  6015. 62D45:  Roll_Swap
  6016. 62D59   Internal "" and SWAP
  6017. 62D59:  NullString_Swap
  6018. 62D6D:  Substr_Swap
  6019. 62D81   if TOS-1 <= TOS (Real Number) then SWAP
  6020. 62D9F   if pop TOS != True then SWAP
  6021. 62D9F:  Swap_if_notFalse
  6022. 62DCC:  Rot_AddShort_Swap
  6023. 62DE5:  Pick4_Add_Swap
  6024. 62DFE:  AddShort_Swap
  6025. 62E12:  SubShort_Swap
  6026. 62E26   Internal add 1 and SWAP (2:Any,1:System Binary)
  6027. 62E26:  IncShort_Swap
  6028. 62E3A   Internal <0h> and SWAP
  6029. 62E3A:  Short0_Swap
  6030. 62E4E   Internal sub 1, <1h> and SWAP (1:System Binary)
  6031. 62E4E:  DecShort_Short1_Swap
  6032. 62E67   Internal <1h> and SWAP
  6033. 62E67:  Short1_Swap
  6034. 62E7B   Internal R->SB and SWAP (1:Real Number)
  6035. 62E7B:  RealToShort_Swap
  6036. 62E8F   Internal R->LR and SWAP (1:Real Number)
  6037. 62EB7:  DropLev2and3_True
  6038. 62ECB:  Roll4_Swap
  6039. 62EDF:  Over_Swap
  6040. 62EF3:  Pick4_Swap
  6041. 62F07:  Nlocals_Swap
  6042. 62F1B   if pop TOS = True, then SWAP
  6043. 62F1B:  Swap_if_true
  6044. 62F43   if pop TOS = True, then DROP, else SWAP/DROP
  6045. 62F43:  IfTrue_DropLev1_elseDropLev2
  6046. 62F5C   if pop TOS = True, then SWAP/DROP, else DROP
  6047. 62F5C:  IfFalse_DropLev1_elseDropLev2
  6048. 62F75   Internal DROPN and DROP (1:System Binary)
  6049. 62F75:  DropNplus1
  6050. 62F89   Internal ROLL and DROP (N:...,1:System Binary)
  6051. 62F89:  DropNth
  6052. 62F9D:  Stat_Dir_Drop
  6053. 62FB1   Internal DUP and ROT
  6054. 62FB1:  Dup_Rot
  6055. 62FC5   Internal DROP and ROT
  6056. 62FC5:  Drop_Rot
  6057. 62FD9   Internal subtract one and ROT (1:System Binary)
  6058. 62FD9:  DecShort_Rot
  6059. 63029   Internal DROP and OVER
  6060. 63029:  Drop_Over
  6061. 63051:  AddShort_Over
  6062. 63065:  SubShort_Over
  6063. 63079   <0h> and internal OVER
  6064. 63079:  Short0_Over
  6065. 630DD   Internal DUP and PICK (N:...,1:System Binary)
  6066. 630F1   Internal DUP and ROLL (N:...,1:System Binary)
  6067. 630F1:  Dup_Roll
  6068. 63105:  Over_RolldShortPlus2
  6069. 63119   Internal 8 ROLLD
  6070. 63119:  Rolld8
  6071. 6312D   Internal 10 ROLLD
  6072. 6312D:  Rolld10
  6073. 6317D   if pop TOS = True, then internal UVAL
  6074. 63191:  Add_LF
  6075. 631A5   Internal subtract one and ->LIST (N:...,1:System Binary)
  6076. 631A5:  ToListLess1
  6077. 631B9   Internal 2 ->LIST
  6078. 631B9:  List2
  6079. 631CD   Internal 3 ->LIST
  6080. 631CD:  List3
  6081. 631E1   Internal DUP and LIST->
  6082. 631E1:  Dup_ListAlgPrgTo
  6083. 631F5   Internal SWAP and LIST->
  6084. 631F5:  Swap_ListAlgPrgTo
  6085. 63209:  Dup_Short5p
  6086. 6321D:  Dup_ShortEndp
  6087. 63245:  Substr_Less1
  6088. 63259:  LeftStr_Less1
  6089. 6326D:  RightStr
  6090. 63281:  RightStr_Plus1
  6091. 63295:  Dup_StrToGlobal
  6092. 632A9   Internal SWAP and R->C (2:Real Number,1:Real Number)
  6093. 632A9:  Swap_RtoC
  6094. 632BD   Unevaluated No Operation (continue RPL)
  6095. 632D1   ->Program and EVAL (N:...,1:System Binary)
  6096. 632D1:  ToPrg_Eval
  6097. 63312:  Swap_Retq
  6098. 63326:  DropLev2And3_Retq
  6099. 6333A:  Skip_if_NonzeroShort
  6100. 6336C:  Skip_if_EqualShort
  6101. 63399   if TOS-1 > TOS (System Binary), then skip next token
  6102. 63399:  Skip_if_GreaterShort
  6103. 633B2   Internal ELSE
  6104. 633B2:  Exit_PrgLevel_Skip
  6105. 633C6:  Until
  6106. 633DF:  If_thenSkip2Iterate
  6107. 63411   Internal DUP and push current loop counter as System Binary
  6108. 63411:  Dup_CurLoopInc
  6109. 63425   Internal SWAP and push current loop counter as System Binary
  6110. 63425:  Swap_CurLoopInc
  6111. 63439   Internal OVER and push current loop counter as System Binary
  6112. 63439:  Over_CurLoopInc
  6113. 6344D   Internal SWAP and next (internal loop)
  6114. 6344D:  Swap_Next
  6115. 63466   Internal DROP and next (internal loop)
  6116. 63466:  Drop_Next
  6117. 6347F   Internal DUP and for 0 to (TOS)-1 (1:System Binary)
  6118. 6347F:  Dup_Start0or1toLess1
  6119. 634F7   Internal True and False
  6120. 634F7:  True_False
  6121. 6350B   Internal False and True
  6122. 6350B:  False_True
  6123. 6351F   <0h> and False
  6124. 6351F:  Short0_False
  6125. 63533   <1h> and False
  6126. 63533:  Short1_False
  6127. 63583:  IterateDrop2False_if_notFalse
  6128. 6359C:  FalseIterate_if_notFalse
  6129. 635B0:  DropLev2ifTrue_Not
  6130. 635C4   Internal != (2:Any,1:Any) -> True/False
  6131. 63605:  Drop_if_identical
  6132. 6362D:  Nonzero_Swap_Nonzero_DropLev2ifTrue
  6133. 6364B:  Over_NonzeroShortp
  6134. 6365F   Internal OVER and if TOS-1 < TOS (System Binary) -> True/False
  6135. 6365F:  Over_LessShort
  6136. 63673   if TOS < 3 (System Binary) -> True/False
  6137. 63673:  LessShort3p
  6138. 63687   Internal DUP and if TOS < 7 (System Binary) -> True/False
  6139. 63687:  Dup_LessShort7p
  6140. 636B4:  EqualShort5p
  6141. 636C8   if TOS != 2 (System Binary) -> True/False
  6142. 636C8:  NotEqual2p
  6143. 636DC   Internal OVER and if TOS-1 > TOS (System Binary) -> True/False
  6144. 636DC:  Over_Greaterp
  6145. 636F0   if TOS > 1 (System Binary) -> True/False
  6146. 636F0:  Greater1p
  6147. 63704:  Dup2_add
  6148. 63718:  Rot_add
  6149. 6372C:  Over_add
  6150. 63740:  Pick3_Add
  6151. 63754:  Pick4_Add
  6152. 63768:  Rot_sub
  6153. 6377C:  Over_sub
  6154. 63790:  Sub_loop_count
  6155. 637A4:  Dup_Rot_Swap_Sub
  6156. 637B8   Internal ROT and add one (System Binary)
  6157. 637B8:  Rot_inc_short
  6158. 637CC:  Sub_inc_short
  6159. 637E0:  Swap_dec_short
  6160. 637F4   Internal DROP and subtract one (System Binary)
  6161. 637F4:  Drop_dec_short
  6162. 63808:  Add_dec_short
  6163. 6383A=  Disp_error
  6164. 6384E:  setd0tos
  6165. 6385D:  setd1tos
  6166. 6386C   Internal SWAP and DUP2
  6167. 6386C:  Swap_dup2
  6168. 6389E:  Erase_in_GROB
  6169. 638CB:  Exit_ifNotTrue_elseTrue
  6170. 638E4:  DropIfTrue_Iterate
  6171. 63A15:  Short_Endq
  6172. 63A29   Store TOS into ''dvar' (Local Name)
  6173. 63A29:  ListAlgPrgTo_StoreLocalDvar
  6174. 63A3D   Store TOS into ''LNAME' (Local Name)
  6175. 63A6F   Internal DUP and if TOS is { } -> True/False
  6176. 63A88   Internal DUP and <0h>
  6177. 63A88:  Dup_short_0
  6178. 63A9C   Internal DUP and <1h>
  6179. 63A9C:  Dup_short_1
  6180. 63AB0:  Swap_short_1
  6181. 63AC4:  Twice_short_1
  6182. 63AD8:  Dup_short_2
  6183. 63B05:  Error_ifNotTrue_BadArgVal
  6184. 63B19   if pop TOS != True, then Bad Argument Value
  6185. 63B19:  Error_ifFalse_BadArgval
  6186. 63B2D   if TYPE(TOS) != Real Number, then Bad Argument Type
  6187. 63B2D:  Assert_Real
  6188. 63B46   if pop TOS != True, then Bad Argument Type
  6189. 63B46:  Assert_False
  6190. 63B5A   Unevaluated * (multiply)
  6191. 63B5A:  Getval_Mul
  6192. 63B6E   Unevaluated delta (stepwise derivative)
  6193. 63B96   Internal SB->LR (1:System Binary)
  6194. 63C04   get GROB columns
  6195. 63C2C   Internal SWAP and 4 ROLL
  6196. 63C2C:  Swap_Roll4
  6197. 63C40   Internal DUP2 and 5 ROLL
  6198. 63C68:  Over_Over
  6199. 63C7C:  Swap_Pick4
  6200. 63C90:  Over_Pick5
  6201. 63CBD:  IfZero_DropRet
  6202. 63CD6:  Return_if_not_identical
  6203. 63CEA:  IfTrue_Return_if_notTrue
  6204. 63CFE   if SAME, then do next/return, else skip next
  6205. 63D12:  Return_if_LessThan_short_short
  6206. 63D3A   if TOS-1 = TOS (System Binary), then skip next, else do next and return
  6207. 63D3A:  Return_if_NotEqual_short_short
  6208. 63D4E:  Return_if_notGreaterThan_Short_2
  6209. 63D67   if TOS-1 > TOS (System Binary), then do next/return, else skip next
  6210. 63D67:  Return_if_notGreaterThan_short_short
  6211. 63DA3:  Return_if_notArray
  6212. 63DDF:  Return_if_notFalse
  6213. 63E1B:  Return_if_notReal
  6214. 63E61:  IfNotFalse_then_else
  6215. 63E75:  IfIdentical_then_else
  6216. 63E89:  IfNonZero_then_else
  6217. 63E9D:  IfLess_then_else
  6218. 63EB1:  IfGreater_then_else
  6219. 63EC5:  IfZero_then_else
  6220. 63F6A:  AddStrings_Swap
  6221. 63FA6:  Drop_Dropn
  6222. 63FBA:  Pick4_Pick4
  6223. 63FCE:  IfPrg_thenToPrg1
  6224. 63FE7:  ToPrg_1
  6225. 63FFB:  ToPrg_2
  6226. 6400F:  Set_loopctr_to_0
  6227. 64127-P same_(boolean)_1any2any
  6228. 6419A:  List_13eh_123h_dffh
  6229. 641C7:P In_current_context
  6230. 641CC   do DUP / continue RPL ML thread
  6231. 641FC-P push_<0h>_<0h>
  6232. 641FC:P Short_0_0
  6233. 64209-  push_<0h>_<1h>
  6234. 64209:  Short_0_1
  6235. 64214:  pushsmallshort_a_c
  6236. 64236:  pushsmallshort_a
  6237. 6427A-P push_<0h>_<7h>
  6238. 6427A:P Short_0_7
  6239. 6428A-P push_<1h>_<1Bh>
  6240. 6428A:P Short_1_1b
  6241. 6429D-P push_<2h>_<1h>
  6242. 6429D:P Short_2_1
  6243. 642AF-P push_<2h>_<2h>
  6244. 642AF:P Short_2_2
  6245. 642BF-P push_<2h>_<4h>
  6246. 642BF:P Short_2_4
  6247. 642D1-P push_<3h>_<4h>
  6248. 642D1:P Short_3_4
  6249. 642E3:  Short_5_4
  6250. 642F7-P push_<5h>_<4h>
  6251. 642F7:P Short_4_5
  6252. 642BF-  Short_2_4
  6253. 642D1-  Short_3_4
  6254. 642F7-  Short_4_5
  6255. 64309:  Short_0_0_0
  6256. 6431D:  Short_0_0_1
  6257. 64331:  Short_0_0_2
  6258. 64368:  Drop_DropLev2
  6259. 644A3:  Listpos
  6260. 644BC:  Swap_Listpos
  6261. 645B1:P Strpos
  6262. 645B1-P pos_1short(start)2string(match)3string(parent)
  6263. 645BD-P compare_n_bytes_1short(n)2string(match)3string(parent)
  6264. 64775   Internal DTAG (1:Any)
  6265. 64775:  UnTag
  6266. 647A2   Internal DTAG level 2 object
  6267. 647A2:  Swap_UnTag_Swap
  6268. 6480B-P push_5_nibbles_starting_@short_1short2list/program/algebraic
  6269. 64B12   <2Ch>
  6270. 64B12:  Short_2ch
  6271. 64B1C   <2Dh>
  6272. 64B1C=  Short_2dh
  6273. 64B26   <2Eh>
  6274. 64B26:  Short_2eh
  6275. 64B30   <2Fh>
  6276. 64B30:  Short_2fh
  6277. 64B3A   <30h>
  6278. 64B3A=  Short_30h
  6279. 64B44   <31h>
  6280. 64B44:  Short_31h
  6281. 64B4E   <32h>
  6282. 64B4E:  Short_32h
  6283. 64B58   <33h>
  6284. 64B58=  Short_33h
  6285. 64B62   <34h>
  6286. 64B62:  Short_34h
  6287. 64B6C   <35h>
  6288. 64B6C:  Short_35h
  6289. 64B76   <36h>
  6290. 64B76:  Short_36h
  6291. 64B80   <37h>
  6292. 64B80=  Short_37h
  6293. 64B8A   <38h>
  6294. 64B8A:  Short_38h
  6295. 64B94   <39h>
  6296. 64B94:  Short_39h
  6297. 64B9E   <3Ah>
  6298. 64B9E:  Short_3ah
  6299. 64BA8   <3Bh>
  6300. 64BA8:  Short_3bh
  6301. 64BB2   <3Ch>
  6302. 64BB2:  Short_3ch
  6303. 64BBC   <3Dh>
  6304. 64BBC:  Short_3dh
  6305. 64BC6   <3Eh>
  6306. 64BC6:  Short_3eh
  6307. 64BD0   <3Fh>
  6308. 64BD0:  Short_3fh               <3fh>
  6309. 64BDA   <40h>
  6310. 64BDA:  Short_40h
  6311. 64BE4   <41h>
  6312. 64BE4:  Short_41h
  6313. 64BEE   <42h>
  6314. 64BEE:  Short_42h
  6315. 64BF8   <43h>
  6316. 64BF8:  Short_43h
  6317. 64C02   <44h>
  6318. 64C02=  Short_44h
  6319. 64C0C   <45h>
  6320. 64C0C:  Short_45h
  6321. 64C16   <46h>
  6322. 64C16:  Short_46h
  6323. 64C20   <4Ah>
  6324. 64C20:  Short_4ah
  6325. 64C2A   <4Fh>
  6326. 64C34   <50h>
  6327. 64C34=  Short_50h
  6328. 64C3E   <51h>
  6329. 64C3E:  Short_51h
  6330. 64C48   <52h>
  6331. 64C48:  Short_52h
  6332. 64C52   <53h>
  6333. 64C52:  Short_53h
  6334. 64C5C   <54h>
  6335. 64C5C:  Short_54h
  6336. 64C66   <55h>
  6337. 64C66=  Short_55h
  6338. 64C70   <56h>
  6339. 64C70:  Short_56h
  6340. 64C7A   <57h>
  6341. 64C7A:  Short_57h
  6342. 64C84   <5Bh>
  6343. 64C84:  Short_5bh
  6344. 64C8E   <60h>
  6345. 64C8E:  Short_60h
  6346. 64C98   <61h>
  6347. 64C98:  Short_61h
  6348. 64CA2   <62h>
  6349. 64CA2:  Short_62h
  6350. 64CAC   <64h>
  6351. 64CAC:  Short_64h
  6352. 64CB6   <65h>
  6353. 64CB6:  Short_65h
  6354. 64CC0   <6Fh>
  6355. 64CCA   <70h>
  6356. 64CCA:  Short_70h
  6357. 64CD4   <71h>
  6358. 64CD4:  Short_71h
  6359. 64CDE   <72h>
  6360. 64CDE:  Short_72h
  6361. 64CE8   <73h>
  6362. 64CE8:  Short_73h
  6363. 64CF2   <74h>
  6364. 64CF2:  Short_74h
  6365. 64CFC   <75h>
  6366. 64CFC:  Short_75h
  6367. 64D06   <7Ah>
  6368. 64D06:  Short_7ah
  6369. 64D10   <80h>
  6370. 64D10:  Short_80h
  6371. 64D1A   <82h>
  6372. 64D1A:  Short_82h
  6373. 64D24   <83h>
  6374. 64D24:  Short_83h
  6375. 64D2E   <8Fh>
  6376. 64D2E:  Short_8fh
  6377. 64D38   <91h>
  6378. 64D38:  Short_91h
  6379. 64D42   <92h>
  6380. 64D42:  Short_92h
  6381. 64D4C   <9Ah>
  6382. 64D4C:  Short_9ah
  6383. 64D56   <9Eh>
  6384. 64D56:  Short_9eh
  6385. 64D60   <9Fh>
  6386. 64D60:  Short_9fh
  6387. 64D6A   <A0h>
  6388. 64D6A:  Short_a0h
  6389. 64D74   <A1h>
  6390. 64D74=  Short_a1h
  6391. 64D7E   <A2h>
  6392. 64D7E=  Short_a2h
  6393. 64D88   <A5h>
  6394. 64D88:  Short_a5h
  6395. 64D92   <A6h>
  6396. 64D92:  Short_a6h
  6397. 64D9C   <A7h>
  6398. 64D9C:  Short_a7h
  6399. 64DA6   <A9h>
  6400. 64DA6:  Short_a9h
  6401. 64DB0   <AAh>
  6402. 64DB0=  Short_aah
  6403. 64DBA   <AEh>
  6404. 64DBA=  Short_aeh
  6405. 64DC4   <B1h>
  6406. 64DC4=  Short_b1h
  6407. 64DCE   <BBh>
  6408. 64DCE=  Short_bbh
  6409. 64DD8   <C0h>
  6410. 64DD8:  Short_c0h
  6411. 64DE2   <CCh>
  6412. 64DE2=  Short_cch
  6413. 64DEC   <D0h>
  6414. 64DEC:  Short_d0h
  6415. 64DF6   <E1h>
  6416. 64DF6=  Short_e1h
  6417. 64E00   <EAh>
  6418. 64E00=  Short_eah
  6419. 64E0A   <EEh>
  6420. 64E0A=  Short_eeh
  6421. 64E14   <F0h>
  6422. 64E14:  Short_f0h
  6423. 64E1E   <FDh>
  6424. 64E1E:  Short_fdh
  6425. 64E28   <FFh>
  6426. 64E28:  Short_ffh
  6427. 64E32   <100h>
  6428. 64E32:  Short_100h
  6429. 64E3C   <102h>
  6430. 64E3C:  Short_102h
  6431. 64E46   <106h>
  6432. 64E46:  Short_106h
  6433. 64E50   <107h>
  6434. 64E50:  Short_107h
  6435. 64E5A   <110h>
  6436. 64E5A:  Short_110h
  6437. 64E64   <111h>
  6438. 64E64:  Short_111h
  6439. 64E6E   <123h>
  6440. 64E6E:  Short_123h
  6441. 64E78   <124h>
  6442. 64E78:  Short_124h
  6443. 64E82   <131h>
  6444. 64E82:  Short_131h
  6445. 64E8C   <132h>
  6446. 64E8C:  Short_132h
  6447. 64E96   <133h>
  6448. 64E96:  Short_133h
  6449. 64EA0   <134h>
  6450. 64EA0:  Short_134h
  6451. 64EAA   <135h>
  6452. 64EAA:  Short_135h
  6453. 64EB4   <136h>
  6454. 64EB4:  Short_136h
  6455. 64EBE   <137h>
  6456. 64EBE:  Short_137h
  6457. 64EC8   <138h>
  6458. 64EC8:  Short_138h
  6459. 64ED2   <139h>
  6460. 64ED2:  Short_139h
  6461. 64EDC   <13Ah>
  6462. 64EDC:  Short_13ah
  6463. 64EE6   <13Bh>
  6464. 64EE6:  Short_13bh
  6465. 64EF0   <13Dh>
  6466. 64EF0:  Short_13dh
  6467. 64EFA   <13Eh>
  6468. 64EFA:  Short_13eh
  6469. 64F04   <151h>
  6470. 64F04:  Short_151h
  6471. 64F0E   <200h>
  6472. 64F0E:  Short_200h
  6473. 64F18   <205h>
  6474. 64F18=  Short_205h
  6475. 64F22   <311h>
  6476. 64F22=  Short_311h
  6477. 64F2C   <411h>
  6478. 64F2C:  Short_411h
  6479. 64F36   <412h>
  6480. 64F36:  Short_412h
  6481. 64F40   <444h>
  6482. 64F40:  Short_444h
  6483. 64F4A   <451h>
  6484. 64F4A:  Short_451h
  6485. 64F54   <452h>
  6486. 64F54:  Short_452h
  6487. 64F5E   <510h>
  6488. 64F5E:  Short_510h
  6489. 64F68   <511h>
  6490. 64F68=  Short_511h
  6491. 64F72   <550h>
  6492. 64F72:  Short_550h
  6493. 64F7C   <610h>
  6494. 64F7C:  Short_610h
  6495. 64F86   <650h>
  6496. 64F86:  Short_650h
  6497. 64F90   <700h>
  6498. 64F90:  Short_700h
  6499. 64F9A   <861h>
  6500. 64F9A:  Short_861h
  6501. 64FA4   <862h>
  6502. 64FA4:  Short_862h
  6503. 64FAE   <865h>
  6504. 64FAE:  Short_865h
  6505. 64FB8   <86Eh>
  6506. 64FB8:  Short_86eh
  6507. 64FC2   <A03h>
  6508. 64FC2:  Short_a03h
  6509. 64FCC   <A11h>
  6510. 64FCC:  Short_a11h
  6511. 64FD6   <A12h>
  6512. 64FD6:  Short_a12h
  6513. 64FE0   <A1Ah>
  6514. 64FE0:  Short_a1ah
  6515. 64FEA   <A21h>
  6516. 64FEA:  Short_a21h
  6517. 64FF4   <A22h>
  6518. 64FF4:  Short_a22h
  6519. 64FFE   <A2Ah>
  6520. 64FFE:  Short_a2ah
  6521. 65008   <A61h>
  6522. 65008:  Short_a61h
  6523. 65012   <A62h>
  6524. 65012:  Short_a62h
  6525. 6501C   <A65h>
  6526. 6501C:  Short_a65h
  6527. 65026   <A6Eh>
  6528. 65026:  Short_a6eh
  6529. 65030   <AA1h>
  6530. 65030:  Short_aa1h
  6531. 6503A   <AA2h>
  6532. 6503A:  Short_aa2h
  6533. 65044   <AAAh>
  6534. 65044:  Short_aaah
  6535. 6504E   <C06h>
  6536. 6504E:  Short_c06h
  6537. 65058   <C07h>
  6538. 65058:  Short_c07h
  6539. 65062   <C08h>
  6540. 65062:  Short_c08h
  6541. 6506C   <C0Ah>
  6542. 6506C:  Short_c0ah
  6543. 65076   <C0Bh>
  6544. 65076:  Short_c0bh
  6545. 65080   <DFFh>
  6546. 65080:  Short_dffh
  6547. 6508A   <E00h>
  6548. 6508A:  Short_e00h
  6549. 65094   <70000h>
  6550. 65094:  Short__RAM_base
  6551. 6509E   <FFFFFh>
  6552. 6509E:  Short_minus1
  6553. 650A8   2.71828182846
  6554. 650A8:  Real_2.71828182846
  6555. 650BD   .5
  6556. 650BD:  "Real_5E-99"
  6557. 650D2   -.5
  6558. 650D2:  "Real_-5E-99"
  6559. 650E7   10
  6560. 650E7:  Real_10
  6561. 650FC   180
  6562. 650FC:  Real_180                DEG half-circle
  6563. 65111   200
  6564. 65111:  Real_200                GRAD half-circle
  6565. 65126   360
  6566. 65126:  Real_360                DEG circle
  6567. 6513B   400
  6568. 6513B:  Real_400                GRAD circle
  6569. 65150:  "String_']'"            "]"
  6570. 6515C:  "String_'[ '"           "[ "
  6571. 6516A:  "String_'['"            "["
  6572. 65176:  "String_'{'"            "{"
  6573. 65182:  "String_'}'"            "}"
  6574. 6518E:  "String_'#'"            "#"
  6575. 6519A:  "String_'_'"            "_"
  6576. 651A6:  "String_'$'"            "$"
  6577. 651B2:  "String_'&'"            "&"
  6578. 651BE:  "String_'\033'"
  6579. 651CA:  "String_'\273'"
  6580. 651D6:  "String_'\253'"
  6581. 651E2:  "String_E"              "E"
  6582. 651EE:  "String_'\200'"
  6583. 651FA:  "String_'\205'"
  6584. 65206:  "String_'|'"            "|"
  6585. 65212:  String_14_blanks        "              "
  6586. 65238:  "String_'\012'"
  6587. 65238:  "String_'\012'"         LF
  6588. 65244:  String_der              "der"
  6589. 65254:  String_1_blank          " "
  6590. 65260:  String_UNKNOWN          "UNKNOWN"
  6591. 65278:  "String_'"'"            "\""
  6592. 65284:  "String_'''"            "'"
  6593. 65290:  "String_','"            ","
  6594. 6529C:  "String_'.'"            "."
  6595. 652A8:  "String_';'"            ";"
  6596. 652B4:  "String_'('"            ")"
  6597. 652C0:  "String_')'"            ")"
  6598. 652CC:  "String_'^'"            "^"
  6599. 652D8:  "String_'*'"            "*"
  6600. 652E4:  "String_'/'"            "/"
  6601. 652F0:  "String_'+'"            "+"
  6602. 652FC:  "String_'-'"            "-"
  6603. 65308:  "String_'='"            "="
  6604. 65314:  "String_'\203'"
  6605. 65320:  "String_'\210'"
  6606. 6532C:  String_GROB             "GROB"
  6607. 6533E:  "String_C$"             "C$"
  6608. 6534C:  String_0                "0"
  6609. 65358:  String_1                "1"
  6610. 65364:  String_2                "2"
  6611. 65370:  String_3                "3"
  6612. 6537C:  String_4                "4"
  6613. 65388:  String_5                "5"
  6614. 65394:  String_6                "6"
  6615. 653A0:  String_7                "7"
  6616. 653AC:  String_8                "8"
  6617. 653B8:  String_9                "9"
  6618. 653C4:  Short_726a5h            <726a5h>
  6619. 653CE:  Short_72704h            <72704h>
  6620. 653D8:  Short_72dcfh            <72dcfh>
  6621. 653E2:  Short_72f1eh            <72f1eh>
  6622. 653EC:  Short_736f9h            <736f9h>
  6623. 653F6:  Short_7232ch            <7232ch>
  6624. 65400:  Short_7260ah            <7260ah>
  6625. 6540A:  Short_72281h            <72281h>
  6626. 65414:  Short_72fe6h            <72fe6h>
  6627. 6541E:  Char_000                NUL
  6628. 65425:  Char_037
  6629. 6542C:  Char_double_quote       "
  6630. 65433:  Char_hash               #
  6631. 6543A:  Char_mul                *
  6632. 65441:  Char_add                +
  6633. 65448:  Char_comma              ,
  6634. 6544F:  Char_sub                -
  6635. 65456:  Char_period             .
  6636. 6545D:  Char_div                /
  6637. 65464:  Char_0
  6638. 6546B:  Char_1
  6639. 65472:  Char_2
  6640. 65479:  Char_3
  6641. 65480:  Char_4
  6642. 65487:  Char_5
  6643. 6548E:  Char_6
  6644. 65495:  Char_7
  6645. 6549C:  Char_8
  6646. 654A3:  Char_9
  6647. 654AA:  Char_colon
  6648. 654B1:  Char_semicolon
  6649. 654B8:  Char_leftAngle
  6650. 654BF:  Char_equal
  6651. 654C6:  Char_rightAngle
  6652. 654CD:  Char_A
  6653. 654D4:  Char_B
  6654. 654DB:  Char_C
  6655. 654E2:  Char_D
  6656. 654E9:  Char_E
  6657. 654F0:  Char_F
  6658. 654F7:  Char_G
  6659. 654FE:  Char_H
  6660. 65505:  Char_I
  6661. 6550C:  Char_J
  6662. 65513:  Char_K
  6663. 6551A:  Char_L
  6664. 65521:  Char_M
  6665. 65528:  Char_N
  6666. 6552F:  Char_O
  6667. 65536:  Char_P
  6668. 6553D:  Char_Q
  6669. 65544:  Char_R
  6670. 6554B:  Char_S
  6671. 65552:  Char_T
  6672. 65559:  Char_U
  6673. 65560:  Char_V
  6674. 65567:  Char_W
  6675. 6556E:  Char_X
  6676. 65575:  Char_Y
  6677. 6557C:  Char_Z
  6678. 65583:  Char_a
  6679. 6558A:  Char_b
  6680. 65591:  Char_c
  6681. 65598:  Char_d
  6682. 6559F:  Char_e
  6683. 655A6:  Char_f
  6684. 655AD:  Char_g
  6685. 655B4:  Char_h
  6686. 655BB:  Char_i
  6687. 655C2:  Char_j
  6688. 655C9:  Char_k
  6689. 655D0:  Char_l
  6690. 655D7:  Char_m
  6691. 655DE:  Char_n
  6692. 655E5:  Char_o
  6693. 655EC:  Char_p
  6694. 655F3:  Char_q
  6695. 655FA:  Char_r
  6696. 65601:  Char_s
  6697. 65608:  Char_t
  6698. 6560F:  Char_u
  6699. 65616:  Char_v
  6700. 6561D:  Char_w
  6701. 65624:  Char_x
  6702. 6562B:  Char_y
  6703. 65632:  Char_z
  6704. 65639:  Char_215
  6705. 65640:  Char_253
  6706. 65647:  Char_273
  6707. 6564E:  Char_200
  6708. 65655:  Char_210
  6709. 6565C:  Char_204
  6710. 65663:  "Char_LParen            (
  6711. 6566A:  Char_012                LF
  6712. 65671:  Char_207
  6713. 65678:  "Char_RParen            )
  6714. 6567F:  Char_205
  6715. 65686:  Char_space
  6716. 6568D:  Char__                  _
  6717. 65694:  Char_LBracket           [
  6718. 6569B:  Char_RBracket           ]
  6719. 656A2:  Char_LAngBracket        <
  6720. 656A9:  Char_RAngBracket        >
  6721. 656B0:  Char_211
  6722. 656B7:  Char_212
  6723. 656BE:  Char_213
  6724. 656C5:  "String_'R\200\200'"
  6725. 656D5:  "String_'R\200Z'"
  6726. 656E5:  String_XYZ              "XYZ"
  6727. 656F5:  "String_'\253\273'"
  6728. 65703:  "String_'{}'"           "{}"
  6729. 65711:  "String_'[]'"           "[]"
  6730. 6571F:  "String_''''"           "''"
  6731. 6572D:  "String_'::'"           "::"
  6732. 6573B:  "String_'()'"           "()"
  6733. 65749:  "String_'""'"           "\"\""
  6734. 65757:  String_ECHO             "ECHO"
  6735. 65769:  String_EXIT             "EXIT"
  6736. 6577B:  String_Undefined        "Undefined"
  6737. 65797:  String_RAD              "RAD"
  6738. 657A7:  String_GRAD             "GRAD"
  6739. 6594E-P  
  6740. 6595A-P 
  6741. 65A38:  RE_Real_alt
  6742. 65A38:  RE_Real_alt
  6743. 65C9F-P 
  6744. 65CCC:  List_empty_alt
  6745. 65E1E-P 
  6746. 65E6E-P 
  6747. 65EB7-P 
  6748. 65EDC-P 
  6749. 65F89-P 
  6750. 661C4-P 
  6751. 661F9-P 
  6752. 6624C-P 
  6753. 66264-P 
  6754. 66281-P 
  6755. 662E7-P 
  6756. 66332-P 
  6757. 663C8-P 
  6758. 663E3-P 
  6759. 663FE-P 
  6760. 6641A-P 
  6761. 6642A-P 
  6762. 66460-P 
  6763. 66473-P 
  6764. 66486-P 
  6765. 66499-P 
  6766. 66520-P 
  6767. 6652C-P 
  6768. 6656C-P 
  6769. 665A4-P 
  6770. 665CE-P 
  6771. 6663A-P 
  6772. 667A0-P 
  6773. 667FA-P 
  6774. 66814-P 
  6775. 6686E-P 
  6776. 66885-P 
  6777. 669BD-P 
  6778. 66B81-P 
  6779. 66BB7-P 
  6780. 67096-P 
  6781. 67105-P 
  6782. 6713B-P 
  6783. 67158-P 
  6784. 67167-P 
  6785. 6737B^  <206h>
  6786. 67385^  <C17h>
  6787. 67646^  <80000h>
  6788. 67D12^  <80000h>
  6789. 682F8-P 
  6790. 68394-P 
  6791. 6866E^  <80000h>
  6792. 68777-P 
  6793. 68783-P 
  6794. 68A33-P 
  6795. 68A9C-P 
  6796. 68B57-P 
  6797. 697B3^  <201h>
  6798. 69808^  <202h>
  6799. 69A97   ''Radix' (Local Name)
  6800. 69AAA   ''KeysOK?' (Local Name)
  6801. 69AC1   ''ExprLit' (Local Name)
  6802. 69AD8   ''BuffW' (Local Name)
  6803. 69AEB   ''BuffH' (Local Name)
  6804. 69AFE   ''SaveBlank' (Local Name)
  6805. 69B19   ''ManOp' (Local Name)
  6806. 69B2C   ''nohalt' (Local Name)
  6807. 69B41   ''AppMode' (Local Name)
  6808. 69B58   ''NameGrob' (Local Name)
  6809. 69B71   ''EXITFCN' (Local Name)
  6810. 69B88   ''FontGauge' (Local Name)
  6811. 69BA3   ''LE' (Local Name)
  6812. 69BB0   ''LB' (Local Name)
  6813. 69BBD   ''TE' (Local Name)
  6814. 69BCA   ''FormEnvOK' (Local Name)
  6815. 69BE5   ''prow' (Local Name)
  6816. 69BF6   ''pcol' (Local Name)
  6817. 69C07   ''cursy' (Local Name)
  6818. 69C1A   ''cursx' (Local Name)
  6819. 69C2D   ''ttt' (Local Name)
  6820. 69C3C   ''source' (Local Name)
  6821. 69C51   ''ofs' (Local Name)
  6822. 69C60   ''tok' (Local Name)
  6823. 69C6F   ''rbv' (Local Name)
  6824. 69C7E   ''idfflg' (Local Name)
  6825. 69C93   ''tmpop' (Local Name)
  6826. 69CA6   ''tmppdat' (Local Name)
  6827. 69CBD   ''ploc' (Local Name)
  6828. 69CCE   ''bv' (Local Name)
  6829. 69CDB   ''unbound' (Local Name)
  6830. 6A0D0-P   
  6831. 6A0E1-P 
  6832. 6A0F2-P 
  6833. 6A7B1^  <201h>
  6834. 6A7E3^  <202h>
  6835. 6B017^  <80000h>
  6836. 6B035^  <80000h>
  6837. 6B5C4^  <4Dh>
  6838. 6B696^  <61h>
  6839. 6B6FF^  <39h>
  6840. 6B952^  <4Dh>
  6841. 6BEC0^  <39h>
  6842. 6BF10^  <4Dh>
  6843. 6BF29^  <56h>
  6844. 6BF38^  <50h>
  6845. 6C61D^  <A7h>
  6846. 6C68B^  <93h>
  6847. 6C744^  <4Dh>
  6848. 6C947^  <7Fh>
  6849. 6C9C9^  <43h>
  6850. 6CC30^  <61h>
  6851. 6CFBE^  <6Fh>
  6852. 6D28B-P 
  6853. 6D2B8-P 
  6854. 6D2D8-P 
  6855. 6D37C-P 
  6856. 6D37D-P 
  6857. 6D6A3^  <45h>
  6858. 6D8E2^  <43h>
  6859. 6D98C^  <68h>
  6860. 6DAD6^  <3Ah>
  6861. 6DB62^  <36h>
  6862. 6E148^  <7FFFFh>
  6863. 6EEEF^  <207h>
  6864. 6EF08^  <208h>
  6865. 70000:  RAM_base (RAM)
  6866. 70200   Time Init (RAM)
  6867. 7045C:  intr_save_usr (RAM)
  6868. 704C3=  pollpattern (RAM)
  6869. 704DC=  pollflag (RAM)
  6870. 704EA   key buffer (RAM)
  6871. 704EA=  Keybuf (RAM)
  6872. 70551   pointer to menu display (RAM)
  6873. 70551=  Menu_GROB_ptr (RAM)
  6874. 70556=  Stk_GROB_ptr (RAM)
  6875. 7055B   pointer to stack display (RAM)
  6876. 7055B=  Stk_56line_GROB_ptr (RAM)
  6877. 70565   pointer to PICT (RAM)
  6878. 70565=  graph_GROB_ptr (RAM)
  6879. 7056A=  DynamicStart (RAM)
  6880. 7056F   heap pointer (RAM)
  6881. 7056F=  HeapStart (RAM)
  6882. 70574   saved B (return stack pointer) (RAM)
  6883. 70574=  FramePtr (RAM)
  6884. 70579   saved D1 (RPL stack pointer) (RAM)
  6885. 70579=  TOS (RAM)
  6886. 7057E   bottom (start) of stack (grows down) (RAM)
  6887. 7057E:  EOS (RAM)
  6888. 70583   local var ptr addr (RAM)
  6889. 70583=  local_vars (RAM)
  6890. 70588   pointer to current loop information (RAM)
  6891. 70588=  loop_context (RAM)
  6892. 7058D   ?? menu keys ?? (RAM)
  6893. 7058D=  menu_keys (RAM)
  6894. 70592   begin HOME dir (RAM)
  6895. 70592:  homedir (RAM)
  6896. 70597   end HOME directory (points to 00000 prob for ATTACH) (RAM)
  6897. 70597:  end_homedir (RAM)
  6898. 70597=  BOS (RAM)
  6899. 7059C   pointer to current dir (RAM)
  6900. 7059C:  cur_dir (RAM)
  6901. 705A1=  tmpdir (RAM)
  6902. 705AB   pointer to alarm list (RAM)
  6903. 705B0   saved D0 (RPL thread pointer) (RAM)
  6904. 705B0=  TOH (RAM)
  6905. 705B5   temp save A.A (RAM)
  6906. 705BA   save arg ptrs (15 Nibbles) (RAM)
  6907. 705BA=  last_args (RAM)
  6908. 705BF=  Arg2 (RAM)
  6909. 705C4=  Arg3 (RAM)
  6910. 705D9   ROM: ML Version Output (RAM)
  6911. 7065A   Last RPL Token (RAM)
  6912. 7065A=  toh_sub_10 (RAM)
  6913. 7066E   saved D (free stack space) (RAM)
  6914. 7066E=  FreeMem (RAM)
  6915. 70673   Last Error Code (RAM)
  6916. 7069F   stack size (RAM)
  6917. 7069F=  Stacksize (RAM)
  6918. 706A4   Random Seed (RAM)
  6919. 706C5   RPL System Flags (RAM)
  6920. 706C5=  System_flags (RAM)
  6921. 706D5   RPL User Flags (RAM)
  6922. 706D5=  User_flags (RAM)
  6923. 706FD   # arg ptrs @ 705BA??? (RAM)
  6924. 706FD=  N_args_nib (RAM)
  6925. 706FF   Save Last Err# (RAM)
  6926. 70713   GROB for displaying lines of stack. Enough mem for 19 char bitmap (RAM)
  6927. 70713:  stk_LComp (RAM)
  6928. 70764=  st_save (RAM)
  6929. 70844   GROB for menu display: 8 by 131 (RAM)
  6930. 70844:  menu_GROB (RAM)
  6931. 70849:  menu_GROB_len (RAM)
  6932. 7084E:  menu_GROB_h (RAM)
  6933. 70853:  menu_GROB_w (RAM)
  6934. 70858:  menu_dispmem (RAM)
  6935. 70968   GROB for the rest of the screen: 56 by 131 (RAM)
  6936. 70968:  stk_GROB (RAM)
  6937. 7096D:  stk_GROB_len (RAM)
  6938. 70972:  stk_GROB_h (RAM)
  6939. 70977:  stk_GROB_w (RAM)
  6940. 7097C:  stk_dispmem (RAM)
  6941. 70E4A:  keybuf_usr (RAM)
  6942. 710EC   GROB for plot display: variable size (RAM)
  6943. 710EC:  plot_GROB (RAM)
  6944. 710F1:  plot_GROB_len (RAM)
  6945. 710F6:  plot_GROB_h (RAM)
  6946. 710FB:  plot_GROB_w (RAM)
  6947. 71100:  plot_dispmem (RAM)
  6948. 71AD8   ASCIC: Version (RAM)
  6949. 71AF6   ASCIC: Copyright (RAM)
  6950. 72000   Message table for library 000 (XLIB 0) (RAM)
  6951. 72281   Message table for library 00A (XLIB 10) (RAM)
  6952. 7232C   Message table for library 00C (XLIB 12) (RAM)
  6953. 7260A   Message table for library 00D (XLIB 13) (RAM)
  6954. 726A5   Message table for library 00B (XLIB 11) (RAM)
  6955. 72704   Message table for library 001 (XLIB 1) (RAM)
  6956. 72DCF   Message table for library 002 (XLIB 2) (RAM)
  6957. 72F1E   Message table for library 003 (XLIB 3) (RAM)
  6958. 72FE6   Message table for library 006 (XLIB 6) (RAM)
  6959. 736F9   Message table for library 005 (XLIB 5) (RAM)
  6960. 7427C   Hash table for library 700 (XLIB 1792) (RAM)
  6961. 7448A   Hash table for library 002 (XLIB 2) (RAM)
  6962. 7AA67^  <1h>    (in hidden ROM)
  6963. 7AA9E^  <1h>    (in hidden ROM)
  6964. 7AAD5^  <1h>    (in hidden ROM)
  6965. 7AB0C^  <1h>    (in hidden ROM)
  6966. 7AB43^  <1h>    (in hidden ROM)
  6967. 7AB7A^  <1h>    (in hidden ROM)
  6968. 7ABB1^  <1h>    (in hidden ROM)
  6969. 7ABE8^  <1h>    (in hidden ROM)
  6970. 7AC1F^  <1h>    (in hidden ROM)
  6971. 7AC56^  <1h>    (in hidden ROM)
  6972. 7AC8D^  <1h>    (in hidden ROM)
  6973. 7ACC4^  <1h>    (in hidden ROM)
  6974. 7ACFB^  <1h>    (in hidden ROM)
  6975. 7AD32^  <1h>    (in hidden ROM)
  6976. 7AD69^  <1h>    (in hidden ROM)
  6977. 7ADA0^  <1h>    (in hidden ROM)
  6978. 7ADD7^  <1h>    (in hidden ROM)
  6979. 7AE0E^  <1h>    (in hidden ROM)
  6980. 7AE45^  <1h>    (in hidden ROM)
  6981. 7AE7C^  <1h>    (in hidden ROM)
  6982. 7AEB3^  <1h>    (in hidden ROM)
  6983. 7AEEA^  <1h>    (in hidden ROM)
  6984. 7AF21^  <1h>    (in hidden ROM)
  6985. 7AF58^  <1h>    (in hidden ROM)
  6986. 7AF8F^  <1h>    (in hidden ROM)
  6987. 7AFC6^  <1h>    (in hidden ROM)
  6988. 7AFFD^  <1h>    (in hidden ROM)
  6989. 7B034^  <1h>    (in hidden ROM)
  6990. 7B06B^  <1h>    (in hidden ROM)
  6991. 7B0A2^  <1h>    (in hidden ROM)
  6992. 7B0D9^  <1h>    (in hidden ROM)
  6993. 7B110^  <1h>    (in hidden ROM)
  6994. 7B147^  <1h>    (in hidden ROM)
  6995. 7B17E^  <1h>    (in hidden ROM)
  6996. 7B1B5^  <1h>    (in hidden ROM)
  6997. 7B1EC^  <1h>    (in hidden ROM)
  6998. 7B223^  <1h>    (in hidden ROM)
  6999. 7B25A^  <1h>    (in hidden ROM)
  7000. 7B291^  <1h>    (in hidden ROM)
  7001. 7B2C8^  <1h>    (in hidden ROM)
  7002. 7B2FF^  <1h>    (in hidden ROM)
  7003. 7B336^  <1h>    (in hidden ROM)
  7004. 7B36D^  <1h>    (in hidden ROM)
  7005. 7B3A4^  <1h>    (in hidden ROM)
  7006. 7B3DB^  <1h>    (in hidden ROM)
  7007. 7B412^  <1h>    (in hidden ROM)
  7008. 7B449^  <1h>    (in hidden ROM)
  7009. 7B480^  <1h>    (in hidden ROM)
  7010. 7B4B7^  <1h>    (in hidden ROM)
  7011. 7B4EE^  <1h>    (in hidden ROM)
  7012. 7C745^  <7C7FEh> (in hidden ROM)
  7013. 7C948^  <7C66Eh> (in hidden ROM)
  7014. 7CEB6^  <7CE5Ch> (in hidden ROM)
  7015. 7CEFC^  <7CD85h> (in hidden ROM)
  7016. 7CFBA^  <7CCAEh> (in hidden ROM)
  7017. 7D163^  4.34294481904E-1 (in hidden ROM)
  7018. 7D277^  4.34294481904E-1 (in hidden ROM)
  7019. 7D485^  <7D421h> (in hidden ROM)
  7020. 7D6AB^  <7D642h> (in hidden ROM)
  7021. 7D782^  <7D70Ah> (in hidden ROM)
  7022. 7F9B5   'HOMEDIR' (Global Name) (RAM)
  7023. 7FED7   ''A' (Local Name) (RAM)
  7024. 80000:  P0_base (RAM)
  7025. C0000:  P1_base (RAM)
  7026. F0000:  Scan_RAM_base
  7027. F0E4A:  Keybuf_scan
  7028.  
  7029. (end of part 4 of 4)
  7030.  
  7031.